Shades of Kelly Green #55E21A
Tints of Kelly Green #55E21A
RGB
CMYK
RGB Variations
Color information
#55E21A (or 0x55E21A) is known color: Kelly Green. HEX triplet: 55, E2 and 1A. RGB value is (85,226,26). Sum of RGB (Red+Green+Blue) = 85+226+26=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 226 (88.67% from 255 or 67.06% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 226 - color contains mainly: green. Hex color #55E21A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E21A is #AA1DE5. Grayscale: #A1A1A1. Windows color (decimal): -11148774 or 1761877. OLE color: 1761877.
HSL color Cylindrical-coordinate representation of color #55E21A: hue angle of 102.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55E21A is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 26 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.11 |
| HSL | 102.3º | 0.79% | 0.49% | - |
| HSV(B) | 102.3º | 0.88% | 0.89% | - |
| XYZ | 31.13 | 56.4 | 10.22 | - |
| YUV | 161.04 | 51.79 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 26 | 0.62 | 0 | 0.88 | 0.11 | 102.3 | 0.79 | 0.49 |
| Hex | 55 | E2 | 1A | 3E | 0 | 58 | B | 66 | 4F | 31 |
| Octal | 125 | 342 | 32 | 76 | 0 | 130 | 13 | 146 | 117 | 61 |
| Binary | 1010101 | 11100010 | 11010 | 111110 | 0 | 1011000 | 1011 | 1100110 | 1001111 | 110001 |
Color Harmonies of #55E21A
Complementary color
Monochromatic Colors of #55E21A
Black with #55E21A
Text Example
Text Example
White with #55E21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E21A; }
p { color: rgb(85,226,26); }
H1.HeaderClassName
{
color: #55E21A;
}
.AnyTagClassName
{
color: #55E21A;
}
</style>
background-color css
<style>
a { background-color: #55E21A; }
a { background-color: rgb(85,226,26); }
div.DivClassName
{
background-color: #55E21A;
}
.BgClassName
{
background-color: #55E21A;
}
</style>
border-color css
<style>
span { border-color: #55E21A; }
span { border-color: rgb(85,226,26); }
td.TdClassName
{
border-color: #55E21A;
}
.TagClassName
{
border-color: #55E21A;
}
</style>