Shades of Kelly Green #55D803
Tints of Kelly Green #55D803
RGB
CMYK
RGB Variations
Color information
#55D803 (or 0x55D803) is known color: Kelly Green. HEX triplet: 55, D8 and 03. RGB value is (85,216,3). Sum of RGB (Red+Green+Blue) = 85+216+3=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 216 (84.77% from 255 or 71.05% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 216 - color contains mainly: green. Hex color #55D803 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D803 is #AA27FC. Grayscale: #999999. Windows color (decimal): -11151357 or 251989. OLE color: 251989.
HSL color Cylindrical-coordinate representation of color #55D803: hue angle of 96.9º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55D803 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 3 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.15 |
| HSL | 96.9º | 0.97% | 0.43% | - |
| HSV(B) | 96.9º | 0.99% | 0.85% | - |
| XYZ | 28.32 | 51.05 | 8.45 | - |
| YUV | 152.55 | 43.6 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 3 | 0.61 | 0 | 0.99 | 0.15 | 96.9 | 0.97 | 0.43 |
| Hex | 55 | D8 | 3 | 3D | 0 | 63 | F | 61 | 61 | 2B |
| Octal | 125 | 330 | 3 | 75 | 0 | 143 | 17 | 141 | 141 | 53 |
| Binary | 1010101 | 11011000 | 11 | 111101 | 0 | 1100011 | 1111 | 1100001 | 1100001 | 101011 |
Color Harmonies of #55D803
Complementary color
Monochromatic Colors of #55D803
Black with #55D803
Text Example
Text Example
White with #55D803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D803; }
p { color: rgb(85,216,3); }
H1.HeaderClassName
{
color: #55D803;
}
.AnyTagClassName
{
color: #55D803;
}
</style>
background-color css
<style>
a { background-color: #55D803; }
a { background-color: rgb(85,216,3); }
div.DivClassName
{
background-color: #55D803;
}
.BgClassName
{
background-color: #55D803;
}
</style>
border-color css
<style>
span { border-color: #55D803; }
span { border-color: rgb(85,216,3); }
td.TdClassName
{
border-color: #55D803;
}
.TagClassName
{
border-color: #55D803;
}
</style>