Shades of Conifer #C2E158
Tints of Conifer #C2E158
RGB
CMYK
RGB Variations
Color information
#C2E158 (or 0xC2E158) is known color: Conifer. HEX triplet: C2, E1 and 58. RGB value is (194,225,88). Sum of RGB (Red+Green+Blue) = 194+225+88=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E158 is #3D1EA7. Grayscale: #C8C8C8. Windows color (decimal): -4005544 or 5824962. OLE color: 5824962.
HSL color Cylindrical-coordinate representation of color #C2E158: hue angle of 73.58º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2E158 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 88 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.12 |
| HSL | 73.58º | 0.7% | 0.61% | - |
| HSV(B) | 73.58º | 0.61% | 0.88% | - |
| XYZ | 50.93 | 66.02 | 19.29 | - |
| YUV | 200.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 88 | 0.14 | 0 | 0.61 | 0.12 | 73.58 | 0.7 | 0.61 |
| Hex | C2 | E1 | 58 | E | 0 | 3D | C | 4A | 46 | 3D |
| Octal | 302 | 341 | 130 | 16 | 0 | 75 | 14 | 112 | 106 | 75 |
| Binary | 11000010 | 11100001 | 1011000 | 1110 | 0 | 111101 | 1100 | 1001010 | 1000110 | 111101 |
Color Harmonies of #C2E158
Complementary color
Monochromatic Colors of #C2E158
Black with #C2E158
Text Example
Text Example
White with #C2E158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E158; }
p { color: rgb(194,225,88); }
H1.HeaderClassName
{
color: #C2E158;
}
.AnyTagClassName
{
color: #C2E158;
}
</style>
background-color css
<style>
a { background-color: #C2E158; }
a { background-color: rgb(194,225,88); }
div.DivClassName
{
background-color: #C2E158;
}
.BgClassName
{
background-color: #C2E158;
}
</style>
border-color css
<style>
span { border-color: #C2E158; }
span { border-color: rgb(194,225,88); }
td.TdClassName
{
border-color: #C2E158;
}
.TagClassName
{
border-color: #C2E158;
}
</style>