Shades of Conifer #C2E95E
Tints of Conifer #C2E95E
RGB
CMYK
RGB Variations
Color information
#C2E95E (or 0xC2E95E) is known color: Conifer. HEX triplet: C2, E9 and 5E. RGB value is (194,233,94). Sum of RGB (Red+Green+Blue) = 194+233+94=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E95E is #3D16A1. Grayscale: #CECECE. Windows color (decimal): -4003490 or 6220226. OLE color: 6220226.
HSL color Cylindrical-coordinate representation of color #C2E95E: hue angle of 76.83º 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 #C2E95E is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 94 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.09 |
| HSL | 76.83º | 0.76% | 0.64% | - |
| HSV(B) | 76.83º | 0.6% | 0.91% | - |
| XYZ | 53.41 | 70.56 | 21.39 | - |
| YUV | 205.49 | 65.08 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 94 | 0.17 | 0 | 0.60 | 0.09 | 76.83 | 0.76 | 0.64 |
| Hex | C2 | E9 | 5E | 11 | 0 | 3C | 9 | 4D | 4C | 40 |
| Octal | 302 | 351 | 136 | 21 | 0 | 74 | 11 | 115 | 114 | 100 |
| Binary | 11000010 | 11101001 | 1011110 | 10001 | 0 | 111100 | 1001 | 1001101 | 1001100 | 1000000 |
Color Harmonies of #C2E95E
Complementary color
Monochromatic Colors of #C2E95E
Black with #C2E95E
Text Example
Text Example
White with #C2E95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E95E; }
p { color: rgb(194,233,94); }
H1.HeaderClassName
{
color: #C2E95E;
}
.AnyTagClassName
{
color: #C2E95E;
}
</style>
background-color css
<style>
a { background-color: #C2E95E; }
a { background-color: rgb(194,233,94); }
div.DivClassName
{
background-color: #C2E95E;
}
.BgClassName
{
background-color: #C2E95E;
}
</style>
border-color css
<style>
span { border-color: #C2E95E; }
span { border-color: rgb(194,233,94); }
td.TdClassName
{
border-color: #C2E95E;
}
.TagClassName
{
border-color: #C2E95E;
}
</style>