Shades of Conifer #C0E94E
Tints of Conifer #C0E94E
RGB
CMYK
RGB Variations
Color information
#C0E94E (or 0xC0E94E) is known color: Conifer. HEX triplet: C0, E9 and 4E. RGB value is (192,233,78). Sum of RGB (Red+Green+Blue) = 192+233+78=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E94E is #3F16B1. Grayscale: #CBCBCB. Windows color (decimal): -4134578 or 5171648. OLE color: 5171648.
HSL color Cylindrical-coordinate representation of color #C0E94E: hue angle of 75.87º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0E94E is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 78 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.09 |
| HSL | 75.87º | 0.78% | 0.61% | - |
| HSV(B) | 75.87º | 0.67% | 0.91% | - |
| XYZ | 52.25 | 70.03 | 17.97 | - |
| YUV | 203.07 | 57.42 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 78 | 0.18 | 0 | 0.67 | 0.09 | 75.87 | 0.78 | 0.61 |
| Hex | C0 | E9 | 4E | 12 | 0 | 43 | 9 | 4C | 4E | 3D |
| Octal | 300 | 351 | 116 | 22 | 0 | 103 | 11 | 114 | 116 | 75 |
| Binary | 11000000 | 11101001 | 1001110 | 10010 | 0 | 1000011 | 1001 | 1001100 | 1001110 | 111101 |
Color Harmonies of #C0E94E
Complementary color
Monochromatic Colors of #C0E94E
Black with #C0E94E
Text Example
Text Example
White with #C0E94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E94E; }
p { color: rgb(192,233,78); }
H1.HeaderClassName
{
color: #C0E94E;
}
.AnyTagClassName
{
color: #C0E94E;
}
</style>
background-color css
<style>
a { background-color: #C0E94E; }
a { background-color: rgb(192,233,78); }
div.DivClassName
{
background-color: #C0E94E;
}
.BgClassName
{
background-color: #C0E94E;
}
</style>
border-color css
<style>
span { border-color: #C0E94E; }
span { border-color: rgb(192,233,78); }
td.TdClassName
{
border-color: #C0E94E;
}
.TagClassName
{
border-color: #C0E94E;
}
</style>