Shades of Conifer #C0DF4F
Tints of Conifer #C0DF4F
RGB
CMYK
RGB Variations
Color information
#C0DF4F (or 0xC0DF4F) is known color: Conifer. HEX triplet: C0, DF and 4F. RGB value is (192,223,79). Sum of RGB (Red+Green+Blue) = 192+223+79=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF4F is #3F20B0. Grayscale: #C5C5C5. Windows color (decimal): -4137137 or 5234624. OLE color: 5234624.
HSL color Cylindrical-coordinate representation of color #C0DF4F: hue angle of 72.92º 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 #C0DF4F is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 79 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.13 |
| HSL | 72.92º | 0.69% | 0.59% | - |
| HSV(B) | 72.92º | 0.65% | 0.87% | - |
| XYZ | 49.54 | 64.55 | 17.24 | - |
| YUV | 197.32 | 61.23 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 79 | 0.14 | 0 | 0.65 | 0.13 | 72.92 | 0.69 | 0.59 |
| Hex | C0 | DF | 4F | E | 0 | 41 | D | 49 | 45 | 3B |
| Octal | 300 | 337 | 117 | 16 | 0 | 101 | 15 | 111 | 105 | 73 |
| Binary | 11000000 | 11011111 | 1001111 | 1110 | 0 | 1000001 | 1101 | 1001001 | 1000101 | 111011 |
Color Harmonies of #C0DF4F
Complementary color
Monochromatic Colors of #C0DF4F
Black with #C0DF4F
Text Example
Text Example
White with #C0DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF4F; }
p { color: rgb(192,223,79); }
H1.HeaderClassName
{
color: #C0DF4F;
}
.AnyTagClassName
{
color: #C0DF4F;
}
</style>
background-color css
<style>
a { background-color: #C0DF4F; }
a { background-color: rgb(192,223,79); }
div.DivClassName
{
background-color: #C0DF4F;
}
.BgClassName
{
background-color: #C0DF4F;
}
</style>
border-color css
<style>
span { border-color: #C0DF4F; }
span { border-color: rgb(192,223,79); }
td.TdClassName
{
border-color: #C0DF4F;
}
.TagClassName
{
border-color: #C0DF4F;
}
</style>