Shades of Conifer #C0E95D
Tints of Conifer #C0E95D
RGB
CMYK
RGB Variations
Color information
#C0E95D (or 0xC0E95D) is known color: Conifer. HEX triplet: C0, E9 and 5D. RGB value is (192,233,93). Sum of RGB (Red+Green+Blue) = 192+233+93=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E95D is #3F16A2. Grayscale: #CDCDCD. Windows color (decimal): -4134563 or 6154688. OLE color: 6154688.
HSL color Cylindrical-coordinate representation of color #C0E95D: hue angle of 77.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0E95D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 93 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.09 |
| HSL | 77.57º | 0.76% | 0.64% | - |
| HSV(B) | 77.57º | 0.6% | 0.91% | - |
| XYZ | 52.85 | 70.27 | 21.13 | - |
| YUV | 204.78 | 64.92 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 93 | 0.18 | 0 | 0.60 | 0.09 | 77.57 | 0.76 | 0.64 |
| Hex | C0 | E9 | 5D | 12 | 0 | 3C | 9 | 4E | 4C | 40 |
| Octal | 300 | 351 | 135 | 22 | 0 | 74 | 11 | 116 | 114 | 100 |
| Binary | 11000000 | 11101001 | 1011101 | 10010 | 0 | 111100 | 1001 | 1001110 | 1001100 | 1000000 |
Color Harmonies of #C0E95D
Complementary color
Monochromatic Colors of #C0E95D
Black with #C0E95D
Text Example
Text Example
White with #C0E95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E95D; }
p { color: rgb(192,233,93); }
H1.HeaderClassName
{
color: #C0E95D;
}
.AnyTagClassName
{
color: #C0E95D;
}
</style>
background-color css
<style>
a { background-color: #C0E95D; }
a { background-color: rgb(192,233,93); }
div.DivClassName
{
background-color: #C0E95D;
}
.BgClassName
{
background-color: #C0E95D;
}
</style>
border-color css
<style>
span { border-color: #C0E95D; }
span { border-color: rgb(192,233,93); }
td.TdClassName
{
border-color: #C0E95D;
}
.TagClassName
{
border-color: #C0E95D;
}
</style>