Shades of Kelly Green #55D418
Tints of Kelly Green #55D418
RGB
CMYK
RGB Variations
Color information
#55D418 (or 0x55D418) is known color: Kelly Green. HEX triplet: 55, D4 and 18. RGB value is (85,212,24). Sum of RGB (Red+Green+Blue) = 85+212+24=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 212 (83.20% from 255 or 66.04% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 212 - color contains mainly: green. Hex color #55D418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D418 is #AA2BE7. Grayscale: #999999. Windows color (decimal): -11152360 or 1627221. OLE color: 1627221.
HSL color Cylindrical-coordinate representation of color #55D418: hue angle of 100.53º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55D418 is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 24 | - |
| CMYK | 0.60 | 0 | 0.89 | 0.17 |
| HSL | 100.53º | 0.8% | 0.46% | - |
| HSV(B) | 100.53º | 0.89% | 0.83% | - |
| XYZ | 27.45 | 49.08 | 8.89 | - |
| YUV | 152.6 | 55.42 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 24 | 0.60 | 0 | 0.89 | 0.17 | 100.53 | 0.8 | 0.46 |
| Hex | 55 | D4 | 18 | 3C | 0 | 59 | 11 | 65 | 50 | 2E |
| Octal | 125 | 324 | 30 | 74 | 0 | 131 | 21 | 145 | 120 | 56 |
| Binary | 1010101 | 11010100 | 11000 | 111100 | 0 | 1011001 | 10001 | 1100101 | 1010000 | 101110 |
Color Harmonies of #55D418
Complementary color
Monochromatic Colors of #55D418
Black with #55D418
Text Example
Text Example
White with #55D418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D418; }
p { color: rgb(85,212,24); }
H1.HeaderClassName
{
color: #55D418;
}
.AnyTagClassName
{
color: #55D418;
}
</style>
background-color css
<style>
a { background-color: #55D418; }
a { background-color: rgb(85,212,24); }
div.DivClassName
{
background-color: #55D418;
}
.BgClassName
{
background-color: #55D418;
}
</style>
border-color css
<style>
span { border-color: #55D418; }
span { border-color: rgb(85,212,24); }
td.TdClassName
{
border-color: #55D418;
}
.TagClassName
{
border-color: #55D418;
}
</style>