Shades of Conifer #C0EC62
Tints of Conifer #C0EC62
RGB
CMYK
RGB Variations
Color information
#C0EC62 (or 0xC0EC62) is known color: Conifer. HEX triplet: C0, EC and 62. RGB value is (192,236,98). Sum of RGB (Red+Green+Blue) = 192+236+98=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EC62 is #3F139D. Grayscale: #CFCFCF. Windows color (decimal): -4133790 or 6483136. OLE color: 6483136.
HSL color Cylindrical-coordinate representation of color #C0EC62: hue angle of 79.13º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0EC62 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 98 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.07 |
| HSL | 79.13º | 0.78% | 0.65% | - |
| HSV(B) | 79.13º | 0.58% | 0.93% | - |
| XYZ | 53.94 | 72.08 | 22.63 | - |
| YUV | 207.11 | 66.42 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 98 | 0.19 | 0 | 0.58 | 0.07 | 79.13 | 0.78 | 0.65 |
| Hex | C0 | EC | 62 | 13 | 0 | 3A | 7 | 4F | 4E | 41 |
| Octal | 300 | 354 | 142 | 23 | 0 | 72 | 7 | 117 | 116 | 101 |
| Binary | 11000000 | 11101100 | 1100010 | 10011 | 0 | 111010 | 111 | 1001111 | 1001110 | 1000001 |
Color Harmonies of #C0EC62
Complementary color
Monochromatic Colors of #C0EC62
Black with #C0EC62
Text Example
Text Example
White with #C0EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC62; }
p { color: rgb(192,236,98); }
H1.HeaderClassName
{
color: #C0EC62;
}
.AnyTagClassName
{
color: #C0EC62;
}
</style>
background-color css
<style>
a { background-color: #C0EC62; }
a { background-color: rgb(192,236,98); }
div.DivClassName
{
background-color: #C0EC62;
}
.BgClassName
{
background-color: #C0EC62;
}
</style>
border-color css
<style>
span { border-color: #C0EC62; }
span { border-color: rgb(192,236,98); }
td.TdClassName
{
border-color: #C0EC62;
}
.TagClassName
{
border-color: #C0EC62;
}
</style>