Shades of Conifer #C0EC48
Tints of Conifer #C0EC48
RGB
CMYK
RGB Variations
Color information
#C0EC48 (or 0xC0EC48) is known color: Conifer. HEX triplet: C0, EC and 48. RGB value is (192,236,72). Sum of RGB (Red+Green+Blue) = 192+236+72=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EC48 is #3F13B7. Grayscale: #CCCCCC. Windows color (decimal): -4133816 or 4779200. OLE color: 4779200.
HSL color Cylindrical-coordinate representation of color #C0EC48: hue angle of 76.1º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0EC48 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 72 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.07 |
| HSL | 76.1º | 0.81% | 0.6% | - |
| HSV(B) | 76.1º | 0.69% | 0.93% | - |
| XYZ | 52.9 | 71.67 | 17.18 | - |
| YUV | 204.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 72 | 0.19 | 0 | 0.69 | 0.07 | 76.1 | 0.81 | 0.6 |
| Hex | C0 | EC | 48 | 13 | 0 | 45 | 7 | 4C | 51 | 3C |
| Octal | 300 | 354 | 110 | 23 | 0 | 105 | 7 | 114 | 121 | 74 |
| Binary | 11000000 | 11101100 | 1001000 | 10011 | 0 | 1000101 | 111 | 1001100 | 1010001 | 111100 |
Color Harmonies of #C0EC48
Complementary color
Monochromatic Colors of #C0EC48
Black with #C0EC48
Text Example
Text Example
White with #C0EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC48; }
p { color: rgb(192,236,72); }
H1.HeaderClassName
{
color: #C0EC48;
}
.AnyTagClassName
{
color: #C0EC48;
}
</style>
background-color css
<style>
a { background-color: #C0EC48; }
a { background-color: rgb(192,236,72); }
div.DivClassName
{
background-color: #C0EC48;
}
.BgClassName
{
background-color: #C0EC48;
}
</style>
border-color css
<style>
span { border-color: #C0EC48; }
span { border-color: rgb(192,236,72); }
td.TdClassName
{
border-color: #C0EC48;
}
.TagClassName
{
border-color: #C0EC48;
}
</style>