Shades of Kelly Green #55D910
Tints of Kelly Green #55D910
RGB
CMYK
RGB Variations
Color information
#55D910 (or 0x55D910) is known color: Kelly Green. HEX triplet: 55, D9 and 10. RGB value is (85,217,16). Sum of RGB (Red+Green+Blue) = 85+217+16=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 217 (85.16% from 255 or 68.24% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 217 - color contains mainly: green. Hex color #55D910 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D910 is #AA26EF. Grayscale: #9B9B9B. Windows color (decimal): -11151088 or 1104213. OLE color: 1104213.
HSL color Cylindrical-coordinate representation of color #55D910: hue angle of 99.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55D910 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 16 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.15 |
| HSL | 99.4º | 0.86% | 0.46% | - |
| HSV(B) | 99.4º | 0.93% | 0.85% | - |
| XYZ | 28.65 | 51.59 | 8.94 | - |
| YUV | 154.62 | 49.77 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 16 | 0.61 | 0 | 0.93 | 0.15 | 99.4 | 0.86 | 0.46 |
| Hex | 55 | D9 | 10 | 3D | 0 | 5D | F | 63 | 56 | 2E |
| Octal | 125 | 331 | 20 | 75 | 0 | 135 | 17 | 143 | 126 | 56 |
| Binary | 1010101 | 11011001 | 10000 | 111101 | 0 | 1011101 | 1111 | 1100011 | 1010110 | 101110 |
Color Harmonies of #55D910
Complementary color
Monochromatic Colors of #55D910
Black with #55D910
Text Example
Text Example
White with #55D910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D910; }
p { color: rgb(85,217,16); }
H1.HeaderClassName
{
color: #55D910;
}
.AnyTagClassName
{
color: #55D910;
}
</style>
background-color css
<style>
a { background-color: #55D910; }
a { background-color: rgb(85,217,16); }
div.DivClassName
{
background-color: #55D910;
}
.BgClassName
{
background-color: #55D910;
}
</style>
border-color css
<style>
span { border-color: #55D910; }
span { border-color: rgb(85,217,16); }
td.TdClassName
{
border-color: #55D910;
}
.TagClassName
{
border-color: #55D910;
}
</style>