Shades of Conifer #C5DD4F
Tints of Conifer #C5DD4F
RGB
CMYK
RGB Variations
Color information
#C5DD4F (or 0xC5DD4F) is known color: 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
| RGB | 197 | 221 | 79 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.13 |
| HSL | 70.14º | 0.68% | 0.59% | - |
| HSV(B) | 70.14º | 0.64% | 0.87% | - |
| XYZ | 50.29 | 64.15 | 17.13 | - |
| YUV | 197.64 | 61.05 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 79 | 0.11 | 0 | 0.64 | 0.13 | 70.14 | 0.68 | 0.59 |
| Hex | C5 | DD | 4F | B | 0 | 40 | D | 46 | 44 | 3B |
| Octal | 305 | 335 | 117 | 13 | 0 | 100 | 15 | 106 | 104 | 73 |
| Binary | 11000101 | 11011101 | 1001111 | 1011 | 0 | 1000000 | 1101 | 1000110 | 1000100 | 111011 |
Color Harmonies of #C5DD4F
Complementary color
Monochromatic Colors of #C5DD4F
Black with #C5DD4F
Text Example
Text Example
White with #C5DD4F
Text Example
Text Example
HTML Codes & Css Web 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>