Shades of Conifer #C0EC5C
Tints of Conifer #C0EC5C
RGB
CMYK
RGB Variations
Color information
#C0EC5C (or 0xC0EC5C) is known color: Conifer. HEX triplet: C0, EC and 5C. RGB value is (192,236,92). Sum of RGB (Red+Green+Blue) = 192+236+92=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EC5C is #3F13A3. Grayscale: #CECECE. Windows color (decimal): -4133796 or 6089920. OLE color: 6089920.
HSL color Cylindrical-coordinate representation of color #C0EC5C: hue angle of 78.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0EC5C is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 92 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.07 |
| HSL | 78.33º | 0.79% | 0.64% | - |
| HSV(B) | 78.33º | 0.61% | 0.93% | - |
| XYZ | 53.67 | 71.97 | 21.19 | - |
| YUV | 206.43 | 63.42 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 92 | 0.19 | 0 | 0.61 | 0.07 | 78.33 | 0.79 | 0.64 |
| Hex | C0 | EC | 5C | 13 | 0 | 3D | 7 | 4E | 4F | 40 |
| Octal | 300 | 354 | 134 | 23 | 0 | 75 | 7 | 116 | 117 | 100 |
| Binary | 11000000 | 11101100 | 1011100 | 10011 | 0 | 111101 | 111 | 1001110 | 1001111 | 1000000 |
Color Harmonies of #C0EC5C
Complementary color
Monochromatic Colors of #C0EC5C
Black with #C0EC5C
Text Example
Text Example
White with #C0EC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC5C; }
p { color: rgb(192,236,92); }
H1.HeaderClassName
{
color: #C0EC5C;
}
.AnyTagClassName
{
color: #C0EC5C;
}
</style>
background-color css
<style>
a { background-color: #C0EC5C; }
a { background-color: rgb(192,236,92); }
div.DivClassName
{
background-color: #C0EC5C;
}
.BgClassName
{
background-color: #C0EC5C;
}
</style>
border-color css
<style>
span { border-color: #C0EC5C; }
span { border-color: rgb(192,236,92); }
td.TdClassName
{
border-color: #C0EC5C;
}
.TagClassName
{
border-color: #C0EC5C;
}
</style>