Shades of Conifer #C0F04E
Tints of Conifer #C0F04E
RGB
CMYK
RGB Variations
Color information
#C0F04E (or 0xC0F04E) is known color: Conifer. HEX triplet: C0, F0 and 4E. RGB value is (192,240,78). Sum of RGB (Red+Green+Blue) = 192+240+78=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F04E is #3F0FB1. Grayscale: #CFCFCF. Windows color (decimal): -4132786 or 5173440. OLE color: 5173440.
HSL color Cylindrical-coordinate representation of color #C0F04E: hue angle of 77.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0F04E is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 78 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.06 |
| HSL | 77.78º | 0.84% | 0.62% | - |
| HSV(B) | 77.78º | 0.68% | 0.94% | - |
| XYZ | 54.27 | 74.08 | 18.65 | - |
| YUV | 207.18 | 55.1 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 78 | 0.20 | 0 | 0.68 | 0.06 | 77.78 | 0.84 | 0.62 |
| Hex | C0 | F0 | 4E | 14 | 0 | 44 | 6 | 4E | 54 | 3E |
| Octal | 300 | 360 | 116 | 24 | 0 | 104 | 6 | 116 | 124 | 76 |
| Binary | 11000000 | 11110000 | 1001110 | 10100 | 0 | 1000100 | 110 | 1001110 | 1010100 | 111110 |
Color Harmonies of #C0F04E
Complementary color
Monochromatic Colors of #C0F04E
Black with #C0F04E
Text Example
Text Example
White with #C0F04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F04E; }
p { color: rgb(192,240,78); }
H1.HeaderClassName
{
color: #C0F04E;
}
.AnyTagClassName
{
color: #C0F04E;
}
</style>
background-color css
<style>
a { background-color: #C0F04E; }
a { background-color: rgb(192,240,78); }
div.DivClassName
{
background-color: #C0F04E;
}
.BgClassName
{
background-color: #C0F04E;
}
</style>
border-color css
<style>
span { border-color: #C0F04E; }
span { border-color: rgb(192,240,78); }
td.TdClassName
{
border-color: #C0F04E;
}
.TagClassName
{
border-color: #C0F04E;
}
</style>