Shades of Conifer #C0EA56
Tints of Conifer #C0EA56
RGB
CMYK
RGB Variations
Color information
#C0EA56 (or 0xC0EA56) is known color: Conifer. HEX triplet: C0, EA and 56. RGB value is (192,234,86). Sum of RGB (Red+Green+Blue) = 192+234+86=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EA56 is #3F15A9. Grayscale: #CDCDCD. Windows color (decimal): -4134314 or 5696192. OLE color: 5696192.
HSL color Cylindrical-coordinate representation of color #C0EA56: hue angle of 77.03º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0EA56 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 86 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.08 |
| HSL | 77.03º | 0.78% | 0.63% | - |
| HSV(B) | 77.03º | 0.63% | 0.92% | - |
| XYZ | 52.84 | 70.72 | 19.67 | - |
| YUV | 204.57 | 61.09 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 86 | 0.18 | 0 | 0.63 | 0.08 | 77.03 | 0.78 | 0.63 |
| Hex | C0 | EA | 56 | 12 | 0 | 3F | 8 | 4D | 4E | 3F |
| Octal | 300 | 352 | 126 | 22 | 0 | 77 | 10 | 115 | 116 | 77 |
| Binary | 11000000 | 11101010 | 1010110 | 10010 | 0 | 111111 | 1000 | 1001101 | 1001110 | 111111 |
Color Harmonies of #C0EA56
Complementary color
Monochromatic Colors of #C0EA56
Black with #C0EA56
Text Example
Text Example
White with #C0EA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA56; }
p { color: rgb(192,234,86); }
H1.HeaderClassName
{
color: #C0EA56;
}
.AnyTagClassName
{
color: #C0EA56;
}
</style>
background-color css
<style>
a { background-color: #C0EA56; }
a { background-color: rgb(192,234,86); }
div.DivClassName
{
background-color: #C0EA56;
}
.BgClassName
{
background-color: #C0EA56;
}
</style>
border-color css
<style>
span { border-color: #C0EA56; }
span { border-color: rgb(192,234,86); }
td.TdClassName
{
border-color: #C0EA56;
}
.TagClassName
{
border-color: #C0EA56;
}
</style>