Shades of Conifer #C0E65E
Tints of Conifer #C0E65E
RGB
CMYK
RGB Variations
Color information
#C0E65E (or 0xC0E65E) is known color: Conifer. HEX triplet: C0, E6 and 5E. RGB value is (192,230,94). Sum of RGB (Red+Green+Blue) = 192+230+94=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E65E is #3F19A1. Grayscale: #CBCBCB. Windows color (decimal): -4135330 or 6219456. OLE color: 6219456.
HSL color Cylindrical-coordinate representation of color #C0E65E: hue angle of 76.76º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0E65E is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 94 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.10 |
| HSL | 76.76º | 0.73% | 0.64% | - |
| HSV(B) | 76.76º | 0.59% | 0.9% | - |
| XYZ | 52.06 | 68.61 | 21.09 | - |
| YUV | 203.13 | 66.41 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 94 | 0.17 | 0 | 0.59 | 0.10 | 76.76 | 0.73 | 0.64 |
| Hex | C0 | E6 | 5E | 11 | 0 | 3B | A | 4D | 49 | 40 |
| Octal | 300 | 346 | 136 | 21 | 0 | 73 | 12 | 115 | 111 | 100 |
| Binary | 11000000 | 11100110 | 1011110 | 10001 | 0 | 111011 | 1010 | 1001101 | 1001001 | 1000000 |
Color Harmonies of #C0E65E
Complementary color
Monochromatic Colors of #C0E65E
Black with #C0E65E
Text Example
Text Example
White with #C0E65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E65E; }
p { color: rgb(192,230,94); }
H1.HeaderClassName
{
color: #C0E65E;
}
.AnyTagClassName
{
color: #C0E65E;
}
</style>
background-color css
<style>
a { background-color: #C0E65E; }
a { background-color: rgb(192,230,94); }
div.DivClassName
{
background-color: #C0E65E;
}
.BgClassName
{
background-color: #C0E65E;
}
</style>
border-color css
<style>
span { border-color: #C0E65E; }
span { border-color: rgb(192,230,94); }
td.TdClassName
{
border-color: #C0E65E;
}
.TagClassName
{
border-color: #C0E65E;
}
</style>