Shades of Kelly Green #55E019
Tints of Kelly Green #55E019
RGB
CMYK
RGB Variations
Color information
#55E019 (or 0x55E019) is known color: Kelly Green. HEX triplet: 55, E0 and 19. RGB value is (85,224,25). Sum of RGB (Red+Green+Blue) = 85+224+25=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 224 (87.89% from 255 or 67.07% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 224 - color contains mainly: green. Hex color #55E019 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E019 is #AA1FE6. Grayscale: #A0A0A0. Windows color (decimal): -11149287 or 1695829. OLE color: 1695829.
HSL color Cylindrical-coordinate representation of color #55E019: hue angle of 101.91º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55E019 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 224 | 25 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.12 |
| HSL | 101.91º | 0.8% | 0.49% | - |
| HSV(B) | 101.91º | 0.89% | 0.88% | - |
| XYZ | 30.58 | 55.31 | 9.98 | - |
| YUV | 159.75 | 51.95 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 224 | 25 | 0.62 | 0 | 0.89 | 0.12 | 101.91 | 0.8 | 0.49 |
| Hex | 55 | E0 | 19 | 3E | 0 | 59 | C | 66 | 50 | 31 |
| Octal | 125 | 340 | 31 | 76 | 0 | 131 | 14 | 146 | 120 | 61 |
| Binary | 1010101 | 11100000 | 11001 | 111110 | 0 | 1011001 | 1100 | 1100110 | 1010000 | 110001 |
Color Harmonies of #55E019
Complementary color
Monochromatic Colors of #55E019
Black with #55E019
Text Example
Text Example
White with #55E019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E019; }
p { color: rgb(85,224,25); }
H1.HeaderClassName
{
color: #55E019;
}
.AnyTagClassName
{
color: #55E019;
}
</style>
background-color css
<style>
a { background-color: #55E019; }
a { background-color: rgb(85,224,25); }
div.DivClassName
{
background-color: #55E019;
}
.BgClassName
{
background-color: #55E019;
}
</style>
border-color css
<style>
span { border-color: #55E019; }
span { border-color: rgb(85,224,25); }
td.TdClassName
{
border-color: #55E019;
}
.TagClassName
{
border-color: #55E019;
}
</style>