Shades of Conifer #C0E75E
Tints of Conifer #C0E75E
RGB
CMYK
RGB Variations
Color information
#C0E75E (or 0xC0E75E) is known color: Conifer. HEX triplet: C0, E7 and 5E. RGB value is (192,231,94). Sum of RGB (Red+Green+Blue) = 192+231+94=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E75E is #3F18A1. Grayscale: #CCCCCC. Windows color (decimal): -4135074 or 6219712. OLE color: 6219712.
HSL color Cylindrical-coordinate representation of color #C0E75E: hue angle of 77.08º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0E75E is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 94 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.09 |
| HSL | 77.08º | 0.74% | 0.64% | - |
| HSV(B) | 77.08º | 0.59% | 0.91% | - |
| XYZ | 52.33 | 69.17 | 21.18 | - |
| YUV | 203.72 | 66.08 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 94 | 0.17 | 0 | 0.59 | 0.09 | 77.08 | 0.74 | 0.64 |
| Hex | C0 | E7 | 5E | 11 | 0 | 3B | 9 | 4D | 4A | 40 |
| Octal | 300 | 347 | 136 | 21 | 0 | 73 | 11 | 115 | 112 | 100 |
| Binary | 11000000 | 11100111 | 1011110 | 10001 | 0 | 111011 | 1001 | 1001101 | 1001010 | 1000000 |
Color Harmonies of #C0E75E
Complementary color
Monochromatic Colors of #C0E75E
Black with #C0E75E
Text Example
Text Example
White with #C0E75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E75E; }
p { color: rgb(192,231,94); }
H1.HeaderClassName
{
color: #C0E75E;
}
.AnyTagClassName
{
color: #C0E75E;
}
</style>
background-color css
<style>
a { background-color: #C0E75E; }
a { background-color: rgb(192,231,94); }
div.DivClassName
{
background-color: #C0E75E;
}
.BgClassName
{
background-color: #C0E75E;
}
</style>
border-color css
<style>
span { border-color: #C0E75E; }
span { border-color: rgb(192,231,94); }
td.TdClassName
{
border-color: #C0E75E;
}
.TagClassName
{
border-color: #C0E75E;
}
</style>