Shades of Conifer #C5DE4F
Tints of Conifer #C5DE4F
RGB
CMYK
RGB Variations
Color information
#C5DE4F (or 0xC5DE4F) is known color: Conifer. HEX triplet: C5, DE and 4F. RGB value is (197,222,79). Sum of RGB (Red+Green+Blue) = 197+222+79=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DE4F is #3A21B0. Grayscale: #C6C6C6. Windows color (decimal): -3809713 or 5234373. OLE color: 5234373.
HSL color Cylindrical-coordinate representation of color #C5DE4F: hue angle of 70.49º 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 #C5DE4F is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 79 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.13 |
| HSL | 70.49º | 0.68% | 0.59% | - |
| HSV(B) | 70.49º | 0.64% | 0.87% | - |
| XYZ | 50.56 | 64.68 | 17.22 | - |
| YUV | 198.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 79 | 0.11 | 0 | 0.64 | 0.13 | 70.49 | 0.68 | 0.59 |
| Hex | C5 | DE | 4F | B | 0 | 40 | D | 46 | 44 | 3B |
| Octal | 305 | 336 | 117 | 13 | 0 | 100 | 15 | 106 | 104 | 73 |
| Binary | 11000101 | 11011110 | 1001111 | 1011 | 0 | 1000000 | 1101 | 1000110 | 1000100 | 111011 |
Color Harmonies of #C5DE4F
Complementary color
Monochromatic Colors of #C5DE4F
Black with #C5DE4F
Text Example
Text Example
White with #C5DE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE4F; }
p { color: rgb(197,222,79); }
H1.HeaderClassName
{
color: #C5DE4F;
}
.AnyTagClassName
{
color: #C5DE4F;
}
</style>
background-color css
<style>
a { background-color: #C5DE4F; }
a { background-color: rgb(197,222,79); }
div.DivClassName
{
background-color: #C5DE4F;
}
.BgClassName
{
background-color: #C5DE4F;
}
</style>
border-color css
<style>
span { border-color: #C5DE4F; }
span { border-color: rgb(197,222,79); }
td.TdClassName
{
border-color: #C5DE4F;
}
.TagClassName
{
border-color: #C5DE4F;
}
</style>