Shades of Conifer #C2E15E
Tints of Conifer #C2E15E
RGB
CMYK
RGB Variations
Color information
#C2E15E (or 0xC2E15E) is known color: Conifer. HEX triplet: C2, E1 and 5E. RGB value is (194,225,94). Sum of RGB (Red+Green+Blue) = 194+225+94=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E15E is #3D1EA1. Grayscale: #C9C9C9. Windows color (decimal): -4005538 or 6218178. OLE color: 6218178.
HSL color Cylindrical-coordinate representation of color #C2E15E: hue angle of 74.2º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2E15E is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 94 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.12 |
| HSL | 74.2º | 0.69% | 0.63% | - |
| HSV(B) | 74.2º | 0.58% | 0.88% | - |
| XYZ | 51.19 | 66.13 | 20.66 | - |
| YUV | 200.8 | 67.73 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 94 | 0.14 | 0 | 0.58 | 0.12 | 74.2 | 0.69 | 0.63 |
| Hex | C2 | E1 | 5E | E | 0 | 3A | C | 4A | 45 | 3F |
| Octal | 302 | 341 | 136 | 16 | 0 | 72 | 14 | 112 | 105 | 77 |
| Binary | 11000010 | 11100001 | 1011110 | 1110 | 0 | 111010 | 1100 | 1001010 | 1000101 | 111111 |
Color Harmonies of #C2E15E
Complementary color
Monochromatic Colors of #C2E15E
Black with #C2E15E
Text Example
Text Example
White with #C2E15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E15E; }
p { color: rgb(194,225,94); }
H1.HeaderClassName
{
color: #C2E15E;
}
.AnyTagClassName
{
color: #C2E15E;
}
</style>
background-color css
<style>
a { background-color: #C2E15E; }
a { background-color: rgb(194,225,94); }
div.DivClassName
{
background-color: #C2E15E;
}
.BgClassName
{
background-color: #C2E15E;
}
</style>
border-color css
<style>
span { border-color: #C2E15E; }
span { border-color: rgb(194,225,94); }
td.TdClassName
{
border-color: #C2E15E;
}
.TagClassName
{
border-color: #C2E15E;
}
</style>