Shades of Conifer #C0DF60
Tints of Conifer #C0DF60
RGB
CMYK
RGB Variations
Color information
#C0DF60 (or 0xC0DF60) is known color: Conifer. HEX triplet: C0, DF and 60. RGB value is (192,223,96). Sum of RGB (Red+Green+Blue) = 192+223+96=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF60 is #3F209F. Grayscale: #C7C7C7. Windows color (decimal): -4137120 or 6348736. OLE color: 6348736.
HSL color Cylindrical-coordinate representation of color #C0DF60: hue angle of 74.65º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0DF60 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 96 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.13 |
| HSL | 74.65º | 0.66% | 0.63% | - |
| HSV(B) | 74.65º | 0.57% | 0.87% | - |
| XYZ | 50.24 | 64.83 | 20.93 | - |
| YUV | 199.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 96 | 0.14 | 0 | 0.57 | 0.13 | 74.65 | 0.66 | 0.63 |
| Hex | C0 | DF | 60 | E | 0 | 39 | D | 4B | 42 | 3F |
| Octal | 300 | 337 | 140 | 16 | 0 | 71 | 15 | 113 | 102 | 77 |
| Binary | 11000000 | 11011111 | 1100000 | 1110 | 0 | 111001 | 1101 | 1001011 | 1000010 | 111111 |
Color Harmonies of #C0DF60
Complementary color
Monochromatic Colors of #C0DF60
Black with #C0DF60
Text Example
Text Example
White with #C0DF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF60; }
p { color: rgb(192,223,96); }
H1.HeaderClassName
{
color: #C0DF60;
}
.AnyTagClassName
{
color: #C0DF60;
}
</style>
background-color css
<style>
a { background-color: #C0DF60; }
a { background-color: rgb(192,223,96); }
div.DivClassName
{
background-color: #C0DF60;
}
.BgClassName
{
background-color: #C0DF60;
}
</style>
border-color css
<style>
span { border-color: #C0DF60; }
span { border-color: rgb(192,223,96); }
td.TdClassName
{
border-color: #C0DF60;
}
.TagClassName
{
border-color: #C0DF60;
}
</style>