Shades of Conifer #C2E153
Tints of Conifer #C2E153
RGB
CMYK
RGB Variations
Color information
#C2E153 (or 0xC2E153) is known color: Conifer. HEX triplet: C2, E1 and 53. RGB value is (194,225,83). Sum of RGB (Red+Green+Blue) = 194+225+83=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E153 is #3D1EAC. Grayscale: #C8C8C8. Windows color (decimal): -4005549 or 5497282. OLE color: 5497282.
HSL color Cylindrical-coordinate representation of color #C2E153: hue angle of 73.1º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2E153 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 83 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.12 |
| HSL | 73.1º | 0.7% | 0.6% | - |
| HSV(B) | 73.1º | 0.63% | 0.88% | - |
| XYZ | 50.73 | 65.94 | 18.24 | - |
| YUV | 199.54 | 62.23 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 83 | 0.14 | 0 | 0.63 | 0.12 | 73.1 | 0.7 | 0.6 |
| Hex | C2 | E1 | 53 | E | 0 | 3F | C | 49 | 46 | 3C |
| Octal | 302 | 341 | 123 | 16 | 0 | 77 | 14 | 111 | 106 | 74 |
| Binary | 11000010 | 11100001 | 1010011 | 1110 | 0 | 111111 | 1100 | 1001001 | 1000110 | 111100 |
Color Harmonies of #C2E153
Complementary color
Monochromatic Colors of #C2E153
Black with #C2E153
Text Example
Text Example
White with #C2E153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E153; }
p { color: rgb(194,225,83); }
H1.HeaderClassName
{
color: #C2E153;
}
.AnyTagClassName
{
color: #C2E153;
}
</style>
background-color css
<style>
a { background-color: #C2E153; }
a { background-color: rgb(194,225,83); }
div.DivClassName
{
background-color: #C2E153;
}
.BgClassName
{
background-color: #C2E153;
}
</style>
border-color css
<style>
span { border-color: #C2E153; }
span { border-color: rgb(194,225,83); }
td.TdClassName
{
border-color: #C2E153;
}
.TagClassName
{
border-color: #C2E153;
}
</style>