Shades of Conifer #C2E15A
Tints of Conifer #C2E15A
RGB
CMYK
RGB Variations
Color information
#C2E15A (or 0xC2E15A) is known color: Conifer. HEX triplet: C2, E1 and 5A. RGB value is (194,225,90). Sum of RGB (Red+Green+Blue) = 194+225+90=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E15A is #3D1EA5. Grayscale: #C8C8C8. Windows color (decimal): -4005542 or 5956034. OLE color: 5956034.
HSL color Cylindrical-coordinate representation of color #C2E15A: hue angle of 73.78º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2E15A is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 90 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.12 |
| HSL | 73.78º | 0.69% | 0.62% | - |
| HSV(B) | 73.78º | 0.6% | 0.88% | - |
| XYZ | 51.02 | 66.06 | 19.73 | - |
| YUV | 200.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 90 | 0.14 | 0 | 0.60 | 0.12 | 73.78 | 0.69 | 0.62 |
| Hex | C2 | E1 | 5A | E | 0 | 3C | C | 4A | 45 | 3E |
| Octal | 302 | 341 | 132 | 16 | 0 | 74 | 14 | 112 | 105 | 76 |
| Binary | 11000010 | 11100001 | 1011010 | 1110 | 0 | 111100 | 1100 | 1001010 | 1000101 | 111110 |
Color Harmonies of #C2E15A
Complementary color
Monochromatic Colors of #C2E15A
Black with #C2E15A
Text Example
Text Example
White with #C2E15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E15A; }
p { color: rgb(194,225,90); }
H1.HeaderClassName
{
color: #C2E15A;
}
.AnyTagClassName
{
color: #C2E15A;
}
</style>
background-color css
<style>
a { background-color: #C2E15A; }
a { background-color: rgb(194,225,90); }
div.DivClassName
{
background-color: #C2E15A;
}
.BgClassName
{
background-color: #C2E15A;
}
</style>
border-color css
<style>
span { border-color: #C2E15A; }
span { border-color: rgb(194,225,90); }
td.TdClassName
{
border-color: #C2E15A;
}
.TagClassName
{
border-color: #C2E15A;
}
</style>