Shades of Conifer #C0DF64
Tints of Conifer #C0DF64
RGB
CMYK
RGB Variations
Color information
#C0DF64 (or 0xC0DF64) is known color: Conifer. HEX triplet: C0, DF and 64. RGB value is (192,223,100). Sum of RGB (Red+Green+Blue) = 192+223+100=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF64 is #3F209B. Grayscale: #C8C8C8. Windows color (decimal): -4137116 or 6610880. OLE color: 6610880.
HSL color Cylindrical-coordinate representation of color #C0DF64: hue angle of 75.12º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0DF64 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 100 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.13 |
| HSL | 75.12º | 0.66% | 0.63% | - |
| HSV(B) | 75.12º | 0.55% | 0.87% | - |
| XYZ | 50.43 | 64.9 | 21.93 | - |
| YUV | 199.71 | 71.73 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 100 | 0.14 | 0 | 0.55 | 0.13 | 75.12 | 0.66 | 0.63 |
| Hex | C0 | DF | 64 | E | 0 | 37 | D | 4B | 42 | 3F |
| Octal | 300 | 337 | 144 | 16 | 0 | 67 | 15 | 113 | 102 | 77 |
| Binary | 11000000 | 11011111 | 1100100 | 1110 | 0 | 110111 | 1101 | 1001011 | 1000010 | 111111 |
Color Harmonies of #C0DF64
Complementary color
Monochromatic Colors of #C0DF64
Black with #C0DF64
Text Example
Text Example
White with #C0DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF64; }
p { color: rgb(192,223,100); }
H1.HeaderClassName
{
color: #C0DF64;
}
.AnyTagClassName
{
color: #C0DF64;
}
</style>
background-color css
<style>
a { background-color: #C0DF64; }
a { background-color: rgb(192,223,100); }
div.DivClassName
{
background-color: #C0DF64;
}
.BgClassName
{
background-color: #C0DF64;
}
</style>
border-color css
<style>
span { border-color: #C0DF64; }
span { border-color: rgb(192,223,100); }
td.TdClassName
{
border-color: #C0DF64;
}
.TagClassName
{
border-color: #C0DF64;
}
</style>