#c9e350

Color #C9E350 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C9E350

Tints of Conifer #C9E350

Color information

#C9E350 (or 0xC9E350) is unknown color: approx Conifer. HEX triplet: C9, E3 and 50. RGB value is (201,227,80). Sum of RGB (Red+Green+Blue) = 201+227+80=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #C9E350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E350 is #361CAF. Grayscale: #CBCBCB. Windows color (decimal): -3546288 or 5301193. OLE color: 5301193.

HSL color Cylindrical-coordinate representation of color #C9E350: hue angle of 70.61º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9E350 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB20122780-
CMYK0.1100.650.11
HSL70.61º72.41%60.2%-
HSV(B)70.61º64.76%89.02%-
XYZ5367.9317.91-
YUV202.4758.89126.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 227 (89.06% from 255) = 44.69%
BLUE value IS 80 (31.64% from 255) = 15.75%
R=39.57%
G=44.69%
B=15.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201227800.1100.650.1170.6172.4160.2
HexC9E350B041B47483c
Octal3113431201301011310711074
Binary11001001111000111010000101101000001101110001111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9e350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9e350; }

 p { color: rgb(201,227,80); }

 H1.HeaderClassName
 {
   color: #c9e350;
 }
 .AnyTagClassName
 {
   color: #c9e350;
 }
</style>
background-color css

<style>
 a { background-color: #c9e350; }

 a { background-color: rgb(201,227,80); }

 div.DivClassName
 {
   background-color: #c9e350;
 }
 .BgClassName
 {
   background-color: #c9e350;
 }
</style>
border-color css

<style>
 span { border-color: #c9e350; }

 span { border-color: rgb(201,227,80); }

 td.TdClassName
 {
   border-color: #c9e350;
 }
 .TagClassName
 {
   border-color: #c9e350;
 }
</style>