Shades of Conifer #C0EC49
Tints of Conifer #C0EC49
RGB
CMYK
RGB Variations
Color information
#C0EC49 (or 0xC0EC49) is known color: Conifer. HEX triplet: C0, EC and 49. RGB value is (192,236,73). Sum of RGB (Red+Green+Blue) = 192+236+73=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EC49 is #3F13B6. Grayscale: #CCCCCC. Windows color (decimal): -4133815 or 4844736. OLE color: 4844736.
HSL color Cylindrical-coordinate representation of color #C0EC49: hue angle of 76.2º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0EC49 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 73 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.07 |
| HSL | 76.2º | 0.81% | 0.61% | - |
| HSV(B) | 76.2º | 0.69% | 0.93% | - |
| XYZ | 52.94 | 71.68 | 17.35 | - |
| YUV | 204.26 | 53.92 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 73 | 0.19 | 0 | 0.69 | 0.07 | 76.2 | 0.81 | 0.61 |
| Hex | C0 | EC | 49 | 13 | 0 | 45 | 7 | 4C | 51 | 3D |
| Octal | 300 | 354 | 111 | 23 | 0 | 105 | 7 | 114 | 121 | 75 |
| Binary | 11000000 | 11101100 | 1001001 | 10011 | 0 | 1000101 | 111 | 1001100 | 1010001 | 111101 |
Color Harmonies of #C0EC49
Complementary color
Monochromatic Colors of #C0EC49
Black with #C0EC49
Text Example
Text Example
White with #C0EC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC49; }
p { color: rgb(192,236,73); }
H1.HeaderClassName
{
color: #C0EC49;
}
.AnyTagClassName
{
color: #C0EC49;
}
</style>
background-color css
<style>
a { background-color: #C0EC49; }
a { background-color: rgb(192,236,73); }
div.DivClassName
{
background-color: #C0EC49;
}
.BgClassName
{
background-color: #C0EC49;
}
</style>
border-color css
<style>
span { border-color: #C0EC49; }
span { border-color: rgb(192,236,73); }
td.TdClassName
{
border-color: #C0EC49;
}
.TagClassName
{
border-color: #C0EC49;
}
</style>