Shades of Kelly Green #55D90F
Tints of Kelly Green #55D90F
RGB
CMYK
RGB Variations
Color information
#55D90F (or 0x55D90F) is known color: Kelly Green. HEX triplet: 55, D9 and 0F. RGB value is (85,217,15). Sum of RGB (Red+Green+Blue) = 85+217+15=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 217 (85.16% from 255 or 68.45% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 217 - color contains mainly: green. Hex color #55D90F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D90F is #AA26F0. Grayscale: #9B9B9B. Windows color (decimal): -11151089 or 1038677. OLE color: 1038677.
HSL color Cylindrical-coordinate representation of color #55D90F: hue angle of 99.21º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55D90F is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 15 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.15 |
| HSL | 99.21º | 0.87% | 0.45% | - |
| HSV(B) | 99.21º | 0.93% | 0.85% | - |
| XYZ | 28.65 | 51.59 | 8.9 | - |
| YUV | 154.5 | 49.27 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 15 | 0.61 | 0 | 0.93 | 0.15 | 99.21 | 0.87 | 0.45 |
| Hex | 55 | D9 | F | 3D | 0 | 5D | F | 63 | 57 | 2D |
| Octal | 125 | 331 | 17 | 75 | 0 | 135 | 17 | 143 | 127 | 55 |
| Binary | 1010101 | 11011001 | 1111 | 111101 | 0 | 1011101 | 1111 | 1100011 | 1010111 | 101101 |
Color Harmonies of #55D90F
Complementary color
Monochromatic Colors of #55D90F
Black with #55D90F
Text Example
Text Example
White with #55D90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D90F; }
p { color: rgb(85,217,15); }
H1.HeaderClassName
{
color: #55D90F;
}
.AnyTagClassName
{
color: #55D90F;
}
</style>
background-color css
<style>
a { background-color: #55D90F; }
a { background-color: rgb(85,217,15); }
div.DivClassName
{
background-color: #55D90F;
}
.BgClassName
{
background-color: #55D90F;
}
</style>
border-color css
<style>
span { border-color: #55D90F; }
span { border-color: rgb(85,217,15); }
td.TdClassName
{
border-color: #55D90F;
}
.TagClassName
{
border-color: #55D90F;
}
</style>