Shades of Conifer #C0EF55
Tints of Conifer #C0EF55
RGB
CMYK
RGB Variations
Color information
#C0EF55 (or 0xC0EF55) is known color: Conifer. HEX triplet: C0, EF and 55. RGB value is (192,239,85). Sum of RGB (Red+Green+Blue) = 192+239+85=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF55 is #3F10AA. Grayscale: #CFCFCF. Windows color (decimal): -4133035 or 5631936. OLE color: 5631936.
HSL color Cylindrical-coordinate representation of color #C0EF55: hue angle of 78.31º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0EF55 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 85 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.06 |
| HSL | 78.31º | 0.83% | 0.64% | - |
| HSV(B) | 78.31º | 0.64% | 0.94% | - |
| XYZ | 54.24 | 73.6 | 19.94 | - |
| YUV | 207.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 85 | 0.20 | 0 | 0.64 | 0.06 | 78.31 | 0.83 | 0.64 |
| Hex | C0 | EF | 55 | 14 | 0 | 40 | 6 | 4E | 53 | 40 |
| Octal | 300 | 357 | 125 | 24 | 0 | 100 | 6 | 116 | 123 | 100 |
| Binary | 11000000 | 11101111 | 1010101 | 10100 | 0 | 1000000 | 110 | 1001110 | 1010011 | 1000000 |
Color Harmonies of #C0EF55
Complementary color
Monochromatic Colors of #C0EF55
Black with #C0EF55
Text Example
Text Example
White with #C0EF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF55; }
p { color: rgb(192,239,85); }
H1.HeaderClassName
{
color: #C0EF55;
}
.AnyTagClassName
{
color: #C0EF55;
}
</style>
background-color css
<style>
a { background-color: #C0EF55; }
a { background-color: rgb(192,239,85); }
div.DivClassName
{
background-color: #C0EF55;
}
.BgClassName
{
background-color: #C0EF55;
}
</style>
border-color css
<style>
span { border-color: #C0EF55; }
span { border-color: rgb(192,239,85); }
td.TdClassName
{
border-color: #C0EF55;
}
.TagClassName
{
border-color: #C0EF55;
}
</style>