Shades of Conifer #C0EC5F
Tints of Conifer #C0EC5F
RGB
CMYK
RGB Variations
Color information
#C0EC5F (or 0xC0EC5F) is known color: Conifer. HEX triplet: C0, EC and 5F. RGB value is (192,236,95). Sum of RGB (Red+Green+Blue) = 192+236+95=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EC5F is #3F13A0. Grayscale: #CFCFCF. Windows color (decimal): -4133793 or 6286528. OLE color: 6286528.
HSL color Cylindrical-coordinate representation of color #C0EC5F: hue angle of 78.72º 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 #C0EC5F is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 95 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.07 |
| HSL | 78.72º | 0.79% | 0.65% | - |
| HSV(B) | 78.72º | 0.6% | 0.93% | - |
| XYZ | 53.8 | 72.02 | 21.89 | - |
| YUV | 206.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 95 | 0.19 | 0 | 0.60 | 0.07 | 78.72 | 0.79 | 0.65 |
| Hex | C0 | EC | 5F | 13 | 0 | 3C | 7 | 4F | 4F | 41 |
| Octal | 300 | 354 | 137 | 23 | 0 | 74 | 7 | 117 | 117 | 101 |
| Binary | 11000000 | 11101100 | 1011111 | 10011 | 0 | 111100 | 111 | 1001111 | 1001111 | 1000001 |
Color Harmonies of #C0EC5F
Complementary color
Monochromatic Colors of #C0EC5F
Black with #C0EC5F
Text Example
Text Example
White with #C0EC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC5F; }
p { color: rgb(192,236,95); }
H1.HeaderClassName
{
color: #C0EC5F;
}
.AnyTagClassName
{
color: #C0EC5F;
}
</style>
background-color css
<style>
a { background-color: #C0EC5F; }
a { background-color: rgb(192,236,95); }
div.DivClassName
{
background-color: #C0EC5F;
}
.BgClassName
{
background-color: #C0EC5F;
}
</style>
border-color css
<style>
span { border-color: #C0EC5F; }
span { border-color: rgb(192,236,95); }
td.TdClassName
{
border-color: #C0EC5F;
}
.TagClassName
{
border-color: #C0EC5F;
}
</style>