Shades of Conifer #C0EB57
Tints of Conifer #C0EB57
RGB
CMYK
RGB Variations
Color information
#C0EB57 (or 0xC0EB57) is known color: Conifer. HEX triplet: C0, EB and 57. RGB value is (192,235,87). Sum of RGB (Red+Green+Blue) = 192+235+87=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EB57 is #3F14A8. Grayscale: #CDCDCD. Windows color (decimal): -4134057 or 5761984. OLE color: 5761984.
HSL color Cylindrical-coordinate representation of color #C0EB57: hue angle of 77.43º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0EB57 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 87 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.08 |
| HSL | 77.43º | 0.79% | 0.63% | - |
| HSV(B) | 77.43º | 0.63% | 0.92% | - |
| XYZ | 53.17 | 71.31 | 19.98 | - |
| YUV | 205.27 | 61.25 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 87 | 0.18 | 0 | 0.63 | 0.08 | 77.43 | 0.79 | 0.63 |
| Hex | C0 | EB | 57 | 12 | 0 | 3F | 8 | 4D | 4F | 3F |
| Octal | 300 | 353 | 127 | 22 | 0 | 77 | 10 | 115 | 117 | 77 |
| Binary | 11000000 | 11101011 | 1010111 | 10010 | 0 | 111111 | 1000 | 1001101 | 1001111 | 111111 |
Color Harmonies of #C0EB57
Complementary color
Monochromatic Colors of #C0EB57
Black with #C0EB57
Text Example
Text Example
White with #C0EB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB57; }
p { color: rgb(192,235,87); }
H1.HeaderClassName
{
color: #C0EB57;
}
.AnyTagClassName
{
color: #C0EB57;
}
</style>
background-color css
<style>
a { background-color: #C0EB57; }
a { background-color: rgb(192,235,87); }
div.DivClassName
{
background-color: #C0EB57;
}
.BgClassName
{
background-color: #C0EB57;
}
</style>
border-color css
<style>
span { border-color: #C0EB57; }
span { border-color: rgb(192,235,87); }
td.TdClassName
{
border-color: #C0EB57;
}
.TagClassName
{
border-color: #C0EB57;
}
</style>