Shades of Conifer #C0EC5E
Tints of Conifer #C0EC5E
RGB
CMYK
RGB Variations
Color information
#C0EC5E (or 0xC0EC5E) is known color: Conifer. HEX triplet: C0, EC and 5E. RGB value is (192,236,94). Sum of RGB (Red+Green+Blue) = 192+236+94=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EC5E is #3F13A1. Grayscale: #CFCFCF. Windows color (decimal): -4133794 or 6220992. OLE color: 6220992.
HSL color Cylindrical-coordinate representation of color #C0EC5E: hue angle of 78.59º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0EC5E is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 236 | 94 | - |
CMYK | 0.19 | 0 | 0.60 | 0.07 |
HSL | 78.59º | 0.79% | 0.65% | - |
HSV(B) | 78.59º | 0.6% | 0.93% | - |
XYZ | 53.75 | 72.01 | 21.65 | - |
YUV | 206.66 | 64.42 | 117.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 236 | 94 | 0.19 | 0 | 0.60 | 0.07 | 78.59 | 0.79 | 0.65 |
Hex | C0 | EC | 5E | 13 | 0 | 3C | 7 | 4F | 4F | 41 |
Octal | 300 | 354 | 136 | 23 | 0 | 74 | 7 | 117 | 117 | 101 |
Binary | 11000000 | 11101100 | 1011110 | 10011 | 0 | 111100 | 111 | 1001111 | 1001111 | 1000001 |
Color Harmonies of #C0EC5E
Complementary color
Monochromatic Colors of #C0EC5E
Black with #C0EC5E
Text Example
Text Example
White with #C0EC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC5E; }
p { color: rgb(192,236,94); }
H1.HeaderClassName
{
color: #C0EC5E;
}
.AnyTagClassName
{
color: #C0EC5E;
}
</style>
background-color css
<style>
a { background-color: #C0EC5E; }
a { background-color: rgb(192,236,94); }
div.DivClassName
{
background-color: #C0EC5E;
}
.BgClassName
{
background-color: #C0EC5E;
}
</style>
border-color css
<style>
span { border-color: #C0EC5E; }
span { border-color: rgb(192,236,94); }
td.TdClassName
{
border-color: #C0EC5E;
}
.TagClassName
{
border-color: #C0EC5E;
}
</style>