Shades of Conifer #C0E05E
Tints of Conifer #C0E05E
RGB
CMYK
RGB Variations
Color information
#C0E05E (or 0xC0E05E) is known color: Conifer. HEX triplet: C0, E0 and 5E. RGB value is (192,224,94). Sum of RGB (Red+Green+Blue) = 192+224+94=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E05E is #3F1FA1. Grayscale: #C8C8C8. Windows color (decimal): -4136866 or 6217920. OLE color: 6217920.
HSL color Cylindrical-coordinate representation of color #C0E05E: hue angle of 74.77º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0E05E is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 94 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.12 |
| HSL | 74.77º | 0.68% | 0.62% | - |
| HSV(B) | 74.77º | 0.58% | 0.88% | - |
| XYZ | 50.41 | 65.33 | 20.54 | - |
| YUV | 199.61 | 68.4 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 94 | 0.14 | 0 | 0.58 | 0.12 | 74.77 | 0.68 | 0.62 |
| Hex | C0 | E0 | 5E | E | 0 | 3A | C | 4B | 44 | 3E |
| Octal | 300 | 340 | 136 | 16 | 0 | 72 | 14 | 113 | 104 | 76 |
| Binary | 11000000 | 11100000 | 1011110 | 1110 | 0 | 111010 | 1100 | 1001011 | 1000100 | 111110 |
Color Harmonies of #C0E05E
Complementary color
Monochromatic Colors of #C0E05E
Black with #C0E05E
Text Example
Text Example
White with #C0E05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E05E; }
p { color: rgb(192,224,94); }
H1.HeaderClassName
{
color: #C0E05E;
}
.AnyTagClassName
{
color: #C0E05E;
}
</style>
background-color css
<style>
a { background-color: #C0E05E; }
a { background-color: rgb(192,224,94); }
div.DivClassName
{
background-color: #C0E05E;
}
.BgClassName
{
background-color: #C0E05E;
}
</style>
border-color css
<style>
span { border-color: #C0E05E; }
span { border-color: rgb(192,224,94); }
td.TdClassName
{
border-color: #C0E05E;
}
.TagClassName
{
border-color: #C0E05E;
}
</style>