Shades of Kelly Green #55E12A
Tints of Kelly Green #55E12A
RGB
CMYK
RGB Variations
Color information
#55E12A (or 0x55E12A) is known color: Kelly Green. HEX triplet: 55, E1 and 2A. RGB value is (85,225,42). Sum of RGB (Red+Green+Blue) = 85+225+42=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #55E12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E12A is #AA1ED5. Grayscale: #A2A2A2. Windows color (decimal): -11149014 or 2810197. OLE color: 2810197.
HSL color Cylindrical-coordinate representation of color #55E12A: hue angle of 105.9º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55E12A is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 42 | - |
| CMYK | 0.62 | 0 | 0.81 | 0.12 |
| HSL | 105.9º | 0.75% | 0.52% | - |
| HSV(B) | 105.9º | 0.81% | 0.88% | - |
| XYZ | 31.09 | 55.95 | 11.35 | - |
| YUV | 162.28 | 60.12 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 42 | 0.62 | 0 | 0.81 | 0.12 | 105.9 | 0.75 | 0.52 |
| Hex | 55 | E1 | 2A | 3E | 0 | 51 | C | 6A | 4B | 34 |
| Octal | 125 | 341 | 52 | 76 | 0 | 121 | 14 | 152 | 113 | 64 |
| Binary | 1010101 | 11100001 | 101010 | 111110 | 0 | 1010001 | 1100 | 1101010 | 1001011 | 110100 |
Color Harmonies of #55E12A
Complementary color
Monochromatic Colors of #55E12A
Black with #55E12A
Text Example
Text Example
White with #55E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E12A; }
p { color: rgb(85,225,42); }
H1.HeaderClassName
{
color: #55E12A;
}
.AnyTagClassName
{
color: #55E12A;
}
</style>
background-color css
<style>
a { background-color: #55E12A; }
a { background-color: rgb(85,225,42); }
div.DivClassName
{
background-color: #55E12A;
}
.BgClassName
{
background-color: #55E12A;
}
</style>
border-color css
<style>
span { border-color: #55E12A; }
span { border-color: rgb(85,225,42); }
td.TdClassName
{
border-color: #55E12A;
}
.TagClassName
{
border-color: #55E12A;
}
</style>