Shades of Kelly Green #55D90D
Tints of Kelly Green #55D90D
RGB
CMYK
RGB Variations
Color information
#55D90D (or 0x55D90D) is known color: Kelly Green. HEX triplet: 55, D9 and 0D. RGB value is (85,217,13). Sum of RGB (Red+Green+Blue) = 85+217+13=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 217 (85.16% from 255 or 68.89% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 217 - color contains mainly: green. Hex color #55D90D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D90D is #AA26F2. Grayscale: #9A9A9A. Windows color (decimal): -11151091 or 907605. OLE color: 907605.
HSL color Cylindrical-coordinate representation of color #55D90D: hue angle of 98.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55D90D is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 13 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.15 |
| HSL | 98.82º | 0.89% | 0.45% | - |
| HSV(B) | 98.82º | 0.94% | 0.85% | - |
| XYZ | 28.63 | 51.59 | 8.83 | - |
| YUV | 154.28 | 48.27 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 13 | 0.61 | 0 | 0.94 | 0.15 | 98.82 | 0.89 | 0.45 |
| Hex | 55 | D9 | D | 3D | 0 | 5E | F | 63 | 59 | 2D |
| Octal | 125 | 331 | 15 | 75 | 0 | 136 | 17 | 143 | 131 | 55 |
| Binary | 1010101 | 11011001 | 1101 | 111101 | 0 | 1011110 | 1111 | 1100011 | 1011001 | 101101 |
Color Harmonies of #55D90D
Complementary color
Monochromatic Colors of #55D90D
Black with #55D90D
Text Example
Text Example
White with #55D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D90D; }
p { color: rgb(85,217,13); }
H1.HeaderClassName
{
color: #55D90D;
}
.AnyTagClassName
{
color: #55D90D;
}
</style>
background-color css
<style>
a { background-color: #55D90D; }
a { background-color: rgb(85,217,13); }
div.DivClassName
{
background-color: #55D90D;
}
.BgClassName
{
background-color: #55D90D;
}
</style>
border-color css
<style>
span { border-color: #55D90D; }
span { border-color: rgb(85,217,13); }
td.TdClassName
{
border-color: #55D90D;
}
.TagClassName
{
border-color: #55D90D;
}
</style>