#C5DD4F

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

Shades of Conifer #C5DD4F

Tints of Conifer #C5DD4F

Color information

#C5DD4F (or 0xC5DD4F) is unknown color: approx Conifer. HEX triplet: C5, DD and 4F. RGB value is (197,221,79). Sum of RGB (Red+Green+Blue) = 197+221+79=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DD4F is #3A22B0. Grayscale: #C6C6C6. Windows color (decimal): -3809969 or 5234117. OLE color: 5234117.

HSL color Cylindrical-coordinate representation of color #C5DD4F: hue angle of 70.14º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5DD4F is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB19722179-
CMYK0.1100.640.13
HSL70.14º67.62%58.82%-
HSV(B)70.14º64.25%86.67%-
XYZ50.2964.1517.13-
YUV197.6461.05127.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 79 (31.25% from 255) = 15.90%
R=39.64%
G=44.47%
B=15.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197221790.1100.640.1370.1467.6258.82
HexC5DD4FB040D46443b
Octal3053351171301001510610473
Binary11000101110111011001111101101000000110110001101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DD4F; }

 p { color: rgb(197,221,79); }

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

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

 a { background-color: rgb(197,221,79); }

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

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

 span { border-color: rgb(197,221,79); }

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