Shades of Conifer #C0EE56
Tints of Conifer #C0EE56
RGB
CMYK
RGB Variations
Color information
#C0EE56 (or 0xC0EE56) is known color: Conifer. HEX triplet: C0, EE and 56. RGB value is (192,238,86). Sum of RGB (Red+Green+Blue) = 192+238+86=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EE56 is #3F11A9. Grayscale: #CFCFCF. Windows color (decimal): -4133290 or 5697216. OLE color: 5697216.
HSL color Cylindrical-coordinate representation of color #C0EE56: hue angle of 78.16º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0EE56 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 86 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.07 |
| HSL | 78.16º | 0.82% | 0.64% | - |
| HSV(B) | 78.16º | 0.64% | 0.93% | - |
| XYZ | 53.99 | 73.03 | 20.05 | - |
| YUV | 206.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 86 | 0.19 | 0 | 0.64 | 0.07 | 78.16 | 0.82 | 0.64 |
| Hex | C0 | EE | 56 | 13 | 0 | 40 | 7 | 4E | 52 | 40 |
| Octal | 300 | 356 | 126 | 23 | 0 | 100 | 7 | 116 | 122 | 100 |
| Binary | 11000000 | 11101110 | 1010110 | 10011 | 0 | 1000000 | 111 | 1001110 | 1010010 | 1000000 |
Color Harmonies of #C0EE56
Complementary color
Monochromatic Colors of #C0EE56
Black with #C0EE56
Text Example
Text Example
White with #C0EE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EE56; }
p { color: rgb(192,238,86); }
H1.HeaderClassName
{
color: #C0EE56;
}
.AnyTagClassName
{
color: #C0EE56;
}
</style>
background-color css
<style>
a { background-color: #C0EE56; }
a { background-color: rgb(192,238,86); }
div.DivClassName
{
background-color: #C0EE56;
}
.BgClassName
{
background-color: #C0EE56;
}
</style>
border-color css
<style>
span { border-color: #C0EE56; }
span { border-color: rgb(192,238,86); }
td.TdClassName
{
border-color: #C0EE56;
}
.TagClassName
{
border-color: #C0EE56;
}
</style>