Shades of Conifer #C0EA5D
Tints of Conifer #C0EA5D
RGB
CMYK
RGB Variations
Color information
#C0EA5D (or 0xC0EA5D) is known color: Conifer. HEX triplet: C0, EA and 5D. RGB value is (192,234,93). Sum of RGB (Red+Green+Blue) = 192+234+93=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EA5D is #3F15A2. Grayscale: #CDCDCD. Windows color (decimal): -4134307 or 6154944. OLE color: 6154944.
HSL color Cylindrical-coordinate representation of color #C0EA5D: hue angle of 77.87º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0EA5D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 93 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.08 |
| HSL | 77.87º | 0.77% | 0.64% | - |
| HSV(B) | 77.87º | 0.6% | 0.92% | - |
| XYZ | 53.14 | 70.84 | 21.23 | - |
| YUV | 205.37 | 64.59 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 93 | 0.18 | 0 | 0.60 | 0.08 | 77.87 | 0.77 | 0.64 |
| Hex | C0 | EA | 5D | 12 | 0 | 3C | 8 | 4E | 4D | 40 |
| Octal | 300 | 352 | 135 | 22 | 0 | 74 | 10 | 116 | 115 | 100 |
| Binary | 11000000 | 11101010 | 1011101 | 10010 | 0 | 111100 | 1000 | 1001110 | 1001101 | 1000000 |
Color Harmonies of #C0EA5D
Complementary color
Monochromatic Colors of #C0EA5D
Black with #C0EA5D
Text Example
Text Example
White with #C0EA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA5D; }
p { color: rgb(192,234,93); }
H1.HeaderClassName
{
color: #C0EA5D;
}
.AnyTagClassName
{
color: #C0EA5D;
}
</style>
background-color css
<style>
a { background-color: #C0EA5D; }
a { background-color: rgb(192,234,93); }
div.DivClassName
{
background-color: #C0EA5D;
}
.BgClassName
{
background-color: #C0EA5D;
}
</style>
border-color css
<style>
span { border-color: #C0EA5D; }
span { border-color: rgb(192,234,93); }
td.TdClassName
{
border-color: #C0EA5D;
}
.TagClassName
{
border-color: #C0EA5D;
}
</style>