Shades of Kelly Green #55D805
Tints of Kelly Green #55D805
RGB
CMYK
RGB Variations
Color information
#55D805 (or 0x55D805) is known color: Kelly Green. HEX triplet: 55, D8 and 05. RGB value is (85,216,5). Sum of RGB (Red+Green+Blue) = 85+216+5=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 216 (84.77% from 255 or 70.59% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 216 - color contains mainly: green. Hex color #55D805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D805 is #AA27FA. Grayscale: #999999. Windows color (decimal): -11151355 or 383061. OLE color: 383061.
HSL color Cylindrical-coordinate representation of color #55D805: hue angle of 97.25º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55D805 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 5 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.15 |
| HSL | 97.25º | 0.95% | 0.43% | - |
| HSV(B) | 97.25º | 0.98% | 0.85% | - |
| XYZ | 28.33 | 51.05 | 8.5 | - |
| YUV | 152.78 | 44.6 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 5 | 0.61 | 0 | 0.98 | 0.15 | 97.25 | 0.95 | 0.43 |
| Hex | 55 | D8 | 5 | 3D | 0 | 62 | F | 61 | 5F | 2B |
| Octal | 125 | 330 | 5 | 75 | 0 | 142 | 17 | 141 | 137 | 53 |
| Binary | 1010101 | 11011000 | 101 | 111101 | 0 | 1100010 | 1111 | 1100001 | 1011111 | 101011 |
Color Harmonies of #55D805
Complementary color
Monochromatic Colors of #55D805
Black with #55D805
Text Example
Text Example
White with #55D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D805; }
p { color: rgb(85,216,5); }
H1.HeaderClassName
{
color: #55D805;
}
.AnyTagClassName
{
color: #55D805;
}
</style>
background-color css
<style>
a { background-color: #55D805; }
a { background-color: rgb(85,216,5); }
div.DivClassName
{
background-color: #55D805;
}
.BgClassName
{
background-color: #55D805;
}
</style>
border-color css
<style>
span { border-color: #55D805; }
span { border-color: rgb(85,216,5); }
td.TdClassName
{
border-color: #55D805;
}
.TagClassName
{
border-color: #55D805;
}
</style>