Shades of Conifer #C0EC5B
Tints of Conifer #C0EC5B
RGB
CMYK
RGB Variations
Color information
#C0EC5B (or 0xC0EC5B) is known color: Conifer. HEX triplet: C0, EC and 5B. RGB value is (192,236,91). Sum of RGB (Red+Green+Blue) = 192+236+91=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EC5B is #3F13A4. Grayscale: #CECECE. Windows color (decimal): -4133797 or 6024384. OLE color: 6024384.
HSL color Cylindrical-coordinate representation of color #C0EC5B: hue angle of 78.21º 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 #C0EC5B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 91 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.07 |
| HSL | 78.21º | 0.79% | 0.64% | - |
| HSV(B) | 78.21º | 0.61% | 0.93% | - |
| XYZ | 53.62 | 71.95 | 20.96 | - |
| YUV | 206.31 | 62.92 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 91 | 0.19 | 0 | 0.61 | 0.07 | 78.21 | 0.79 | 0.64 |
| Hex | C0 | EC | 5B | 13 | 0 | 3D | 7 | 4E | 4F | 40 |
| Octal | 300 | 354 | 133 | 23 | 0 | 75 | 7 | 116 | 117 | 100 |
| Binary | 11000000 | 11101100 | 1011011 | 10011 | 0 | 111101 | 111 | 1001110 | 1001111 | 1000000 |
Color Harmonies of #C0EC5B
Complementary color
Monochromatic Colors of #C0EC5B
Black with #C0EC5B
Text Example
Text Example
White with #C0EC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC5B; }
p { color: rgb(192,236,91); }
H1.HeaderClassName
{
color: #C0EC5B;
}
.AnyTagClassName
{
color: #C0EC5B;
}
</style>
background-color css
<style>
a { background-color: #C0EC5B; }
a { background-color: rgb(192,236,91); }
div.DivClassName
{
background-color: #C0EC5B;
}
.BgClassName
{
background-color: #C0EC5B;
}
</style>
border-color css
<style>
span { border-color: #C0EC5B; }
span { border-color: rgb(192,236,91); }
td.TdClassName
{
border-color: #C0EC5B;
}
.TagClassName
{
border-color: #C0EC5B;
}
</style>