Shades of Conifer #C0EA5E
Tints of Conifer #C0EA5E
RGB
CMYK
RGB Variations
Color information
#C0EA5E (or 0xC0EA5E) is known color: Conifer. HEX triplet: C0, EA and 5E. RGB value is (192,234,94). Sum of RGB (Red+Green+Blue) = 192+234+94=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EA5E is #3F15A1. Grayscale: #CECECE. Windows color (decimal): -4134306 or 6220480. OLE color: 6220480.
HSL color Cylindrical-coordinate representation of color #C0EA5E: hue angle of 78º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0EA5E is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 94 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.08 |
| HSL | 78º | 0.77% | 0.64% | - |
| HSV(B) | 78º | 0.6% | 0.92% | - |
| XYZ | 53.18 | 70.86 | 21.46 | - |
| YUV | 205.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 94 | 0.18 | 0 | 0.60 | 0.08 | 78 | 0.77 | 0.64 |
| Hex | C0 | EA | 5E | 12 | 0 | 3C | 8 | 4E | 4D | 40 |
| Octal | 300 | 352 | 136 | 22 | 0 | 74 | 10 | 116 | 115 | 100 |
| Binary | 11000000 | 11101010 | 1011110 | 10010 | 0 | 111100 | 1000 | 1001110 | 1001101 | 1000000 |
Color Harmonies of #C0EA5E
Complementary color
Monochromatic Colors of #C0EA5E
Black with #C0EA5E
Text Example
Text Example
White with #C0EA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA5E; }
p { color: rgb(192,234,94); }
H1.HeaderClassName
{
color: #C0EA5E;
}
.AnyTagClassName
{
color: #C0EA5E;
}
</style>
background-color css
<style>
a { background-color: #C0EA5E; }
a { background-color: rgb(192,234,94); }
div.DivClassName
{
background-color: #C0EA5E;
}
.BgClassName
{
background-color: #C0EA5E;
}
</style>
border-color css
<style>
span { border-color: #C0EA5E; }
span { border-color: rgb(192,234,94); }
td.TdClassName
{
border-color: #C0EA5E;
}
.TagClassName
{
border-color: #C0EA5E;
}
</style>