Shades of Kelly Green #55D905
Tints of Kelly Green #55D905
RGB
CMYK
RGB Variations
Color information
#55D905 (or 0x55D905) is known color: Kelly Green. HEX triplet: 55, D9 and 05. RGB value is (85,217,5). Sum of RGB (Red+Green+Blue) = 85+217+5=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 217 (85.16% from 255 or 70.68% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 217 - color contains mainly: green. Hex color #55D905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D905 is #AA26FA. Grayscale: #9A9A9A. Windows color (decimal): -11151099 or 383317. OLE color: 383317.
HSL color Cylindrical-coordinate representation of color #55D905: hue angle of 97.36º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55D905 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 5 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.15 |
| HSL | 97.36º | 0.95% | 0.44% | - |
| HSV(B) | 97.36º | 0.98% | 0.85% | - |
| XYZ | 28.59 | 51.57 | 8.59 | - |
| YUV | 153.36 | 44.27 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 5 | 0.61 | 0 | 0.98 | 0.15 | 97.36 | 0.95 | 0.44 |
| Hex | 55 | D9 | 5 | 3D | 0 | 62 | F | 61 | 5F | 2C |
| Octal | 125 | 331 | 5 | 75 | 0 | 142 | 17 | 141 | 137 | 54 |
| Binary | 1010101 | 11011001 | 101 | 111101 | 0 | 1100010 | 1111 | 1100001 | 1011111 | 101100 |
Color Harmonies of #55D905
Complementary color
Monochromatic Colors of #55D905
Black with #55D905
Text Example
Text Example
White with #55D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D905; }
p { color: rgb(85,217,5); }
H1.HeaderClassName
{
color: #55D905;
}
.AnyTagClassName
{
color: #55D905;
}
</style>
background-color css
<style>
a { background-color: #55D905; }
a { background-color: rgb(85,217,5); }
div.DivClassName
{
background-color: #55D905;
}
.BgClassName
{
background-color: #55D905;
}
</style>
border-color css
<style>
span { border-color: #55D905; }
span { border-color: rgb(85,217,5); }
td.TdClassName
{
border-color: #55D905;
}
.TagClassName
{
border-color: #55D905;
}
</style>