Shades of Conifer #C4DF4F
Tints of Conifer #C4DF4F
RGB
CMYK
RGB Variations
Color information
#C4DF4F (or 0xC4DF4F) is known color: Conifer. HEX triplet: C4, DF and 4F. RGB value is (196,223,79). Sum of RGB (Red+Green+Blue) = 196+223+79=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DF4F is #3B20B0. Grayscale: #C7C7C7. Windows color (decimal): -3874993 or 5234628. OLE color: 5234628.
HSL color Cylindrical-coordinate representation of color #C4DF4F: hue angle of 71.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4DF4F is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 79 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.13 |
| HSL | 71.25º | 0.69% | 0.59% | - |
| HSV(B) | 71.25º | 0.65% | 0.87% | - |
| XYZ | 50.56 | 65.08 | 17.29 | - |
| YUV | 198.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 79 | 0.12 | 0 | 0.65 | 0.13 | 71.25 | 0.69 | 0.59 |
| Hex | C4 | DF | 4F | C | 0 | 41 | D | 47 | 45 | 3B |
| Octal | 304 | 337 | 117 | 14 | 0 | 101 | 15 | 107 | 105 | 73 |
| Binary | 11000100 | 11011111 | 1001111 | 1100 | 0 | 1000001 | 1101 | 1000111 | 1000101 | 111011 |
Color Harmonies of #C4DF4F
Complementary color
Monochromatic Colors of #C4DF4F
Black with #C4DF4F
Text Example
Text Example
White with #C4DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF4F; }
p { color: rgb(196,223,79); }
H1.HeaderClassName
{
color: #C4DF4F;
}
.AnyTagClassName
{
color: #C4DF4F;
}
</style>
background-color css
<style>
a { background-color: #C4DF4F; }
a { background-color: rgb(196,223,79); }
div.DivClassName
{
background-color: #C4DF4F;
}
.BgClassName
{
background-color: #C4DF4F;
}
</style>
border-color css
<style>
span { border-color: #C4DF4F; }
span { border-color: rgb(196,223,79); }
td.TdClassName
{
border-color: #C4DF4F;
}
.TagClassName
{
border-color: #C4DF4F;
}
</style>