Shades of Conifer #C2E55D
Tints of Conifer #C2E55D
RGB
CMYK
RGB Variations
Color information
#C2E55D (or 0xC2E55D) is known color: Conifer. HEX triplet: C2, E5 and 5D. RGB value is (194,229,93). Sum of RGB (Red+Green+Blue) = 194+229+93=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E55D is #3D1AA2. Grayscale: #CBCBCB. Windows color (decimal): -4004515 or 6153666. OLE color: 6153666.
HSL color Cylindrical-coordinate representation of color #C2E55D: hue angle of 75.44º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2E55D is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 229 | 93 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.10 |
| HSL | 75.44º | 0.72% | 0.63% | - |
| HSV(B) | 75.44º | 0.59% | 0.9% | - |
| XYZ | 52.24 | 68.3 | 20.79 | - |
| YUV | 203.03 | 65.9 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 93 | 0.15 | 0 | 0.59 | 0.10 | 75.44 | 0.72 | 0.63 |
| Hex | C2 | E5 | 5D | F | 0 | 3B | A | 4B | 48 | 3F |
| Octal | 302 | 345 | 135 | 17 | 0 | 73 | 12 | 113 | 110 | 77 |
| Binary | 11000010 | 11100101 | 1011101 | 1111 | 0 | 111011 | 1010 | 1001011 | 1001000 | 111111 |
Color Harmonies of #C2E55D
Complementary color
Monochromatic Colors of #C2E55D
Black with #C2E55D
Text Example
Text Example
White with #C2E55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E55D; }
p { color: rgb(194,229,93); }
H1.HeaderClassName
{
color: #C2E55D;
}
.AnyTagClassName
{
color: #C2E55D;
}
</style>
background-color css
<style>
a { background-color: #C2E55D; }
a { background-color: rgb(194,229,93); }
div.DivClassName
{
background-color: #C2E55D;
}
.BgClassName
{
background-color: #C2E55D;
}
</style>
border-color css
<style>
span { border-color: #C2E55D; }
span { border-color: rgb(194,229,93); }
td.TdClassName
{
border-color: #C2E55D;
}
.TagClassName
{
border-color: #C2E55D;
}
</style>