Shades of Conifer #C0EC51
Tints of Conifer #C0EC51
RGB
CMYK
RGB Variations
Color information
#C0EC51 (or 0xC0EC51) is known color: Conifer. HEX triplet: C0, EC and 51. RGB value is (192,236,81). Sum of RGB (Red+Green+Blue) = 192+236+81=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 81 (32.03% from 255 or 15.91% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EC51 is #3F13AE. Grayscale: #CDCDCD. Windows color (decimal): -4133807 or 5369024. OLE color: 5369024.
HSL color Cylindrical-coordinate representation of color #C0EC51: hue angle of 77.03º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0EC51 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 81 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.07 |
| HSL | 77.03º | 0.8% | 0.62% | - |
| HSV(B) | 77.03º | 0.66% | 0.93% | - |
| XYZ | 53.22 | 71.79 | 18.84 | - |
| YUV | 205.17 | 57.92 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 81 | 0.19 | 0 | 0.66 | 0.07 | 77.03 | 0.8 | 0.62 |
| Hex | C0 | EC | 51 | 13 | 0 | 42 | 7 | 4D | 50 | 3E |
| Octal | 300 | 354 | 121 | 23 | 0 | 102 | 7 | 115 | 120 | 76 |
| Binary | 11000000 | 11101100 | 1010001 | 10011 | 0 | 1000010 | 111 | 1001101 | 1010000 | 111110 |
Color Harmonies of #C0EC51
Complementary color
Monochromatic Colors of #C0EC51
Black with #C0EC51
Text Example
Text Example
White with #C0EC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC51; }
p { color: rgb(192,236,81); }
H1.HeaderClassName
{
color: #C0EC51;
}
.AnyTagClassName
{
color: #C0EC51;
}
</style>
background-color css
<style>
a { background-color: #C0EC51; }
a { background-color: rgb(192,236,81); }
div.DivClassName
{
background-color: #C0EC51;
}
.BgClassName
{
background-color: #C0EC51;
}
</style>
border-color css
<style>
span { border-color: #C0EC51; }
span { border-color: rgb(192,236,81); }
td.TdClassName
{
border-color: #C0EC51;
}
.TagClassName
{
border-color: #C0EC51;
}
</style>