Shades of Conifer #C0DD4F
Tints of Conifer #C0DD4F
RGB
CMYK
RGB Variations
Color information
#C0DD4F (or 0xC0DD4F) is known color: Conifer. HEX triplet: C0, DD and 4F. RGB value is (192,221,79). Sum of RGB (Red+Green+Blue) = 192+221+79=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 79 (31.25% from 255 or 16.06% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD4F is #3F22B0. Grayscale: #C4C4C4. Windows color (decimal): -4137649 or 5234112. OLE color: 5234112.
HSL color Cylindrical-coordinate representation of color #C0DD4F: hue angle of 72.25º 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 #C0DD4F is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 79 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.13 |
| HSL | 72.25º | 0.68% | 0.59% | - |
| HSV(B) | 72.25º | 0.64% | 0.87% | - |
| XYZ | 49.01 | 63.48 | 17.07 | - |
| YUV | 196.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 79 | 0.13 | 0 | 0.64 | 0.13 | 72.25 | 0.68 | 0.59 |
| Hex | C0 | DD | 4F | D | 0 | 40 | D | 48 | 44 | 3B |
| Octal | 300 | 335 | 117 | 15 | 0 | 100 | 15 | 110 | 104 | 73 |
| Binary | 11000000 | 11011101 | 1001111 | 1101 | 0 | 1000000 | 1101 | 1001000 | 1000100 | 111011 |
Color Harmonies of #C0DD4F
Complementary color
Monochromatic Colors of #C0DD4F
Black with #C0DD4F
Text Example
Text Example
White with #C0DD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD4F; }
p { color: rgb(192,221,79); }
H1.HeaderClassName
{
color: #C0DD4F;
}
.AnyTagClassName
{
color: #C0DD4F;
}
</style>
background-color css
<style>
a { background-color: #C0DD4F; }
a { background-color: rgb(192,221,79); }
div.DivClassName
{
background-color: #C0DD4F;
}
.BgClassName
{
background-color: #C0DD4F;
}
</style>
border-color css
<style>
span { border-color: #C0DD4F; }
span { border-color: rgb(192,221,79); }
td.TdClassName
{
border-color: #C0DD4F;
}
.TagClassName
{
border-color: #C0DD4F;
}
</style>