Shades of Kelly Green #55D20E
Tints of Kelly Green #55D20E
RGB
CMYK
RGB Variations
Color information
#55D20E (or 0x55D20E) is known color: Kelly Green. HEX triplet: 55, D2 and 0E. RGB value is (85,210,14). Sum of RGB (Red+Green+Blue) = 85+210+14=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 210 (82.42% from 255 or 67.96% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 210 - color contains mainly: green. Hex color #55D20E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D20E is #AA2DF1. Grayscale: #969696. Windows color (decimal): -11152882 or 971349. OLE color: 971349.
HSL color Cylindrical-coordinate representation of color #55D20E: hue angle of 98.27º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55D20E is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 14 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.18 |
| HSL | 98.27º | 0.88% | 0.44% | - |
| HSV(B) | 98.27º | 0.93% | 0.82% | - |
| XYZ | 26.87 | 48.06 | 8.27 | - |
| YUV | 150.28 | 51.09 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 14 | 0.60 | 0 | 0.93 | 0.18 | 98.27 | 0.88 | 0.44 |
| Hex | 55 | D2 | E | 3C | 0 | 5D | 12 | 62 | 58 | 2C |
| Octal | 125 | 322 | 16 | 74 | 0 | 135 | 22 | 142 | 130 | 54 |
| Binary | 1010101 | 11010010 | 1110 | 111100 | 0 | 1011101 | 10010 | 1100010 | 1011000 | 101100 |
Color Harmonies of #55D20E
Complementary color
Monochromatic Colors of #55D20E
Black with #55D20E
Text Example
Text Example
White with #55D20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D20E; }
p { color: rgb(85,210,14); }
H1.HeaderClassName
{
color: #55D20E;
}
.AnyTagClassName
{
color: #55D20E;
}
</style>
background-color css
<style>
a { background-color: #55D20E; }
a { background-color: rgb(85,210,14); }
div.DivClassName
{
background-color: #55D20E;
}
.BgClassName
{
background-color: #55D20E;
}
</style>
border-color css
<style>
span { border-color: #55D20E; }
span { border-color: rgb(85,210,14); }
td.TdClassName
{
border-color: #55D20E;
}
.TagClassName
{
border-color: #55D20E;
}
</style>