Shades of Kelly Green #55D800
Tints of Kelly Green #55D800
RGB
CMYK
RGB Variations
Color information
#55D800 (or 0x55D800) is known color: Kelly Green. HEX triplet: 55, D8 and 00. RGB value is (85,216,0). Sum of RGB (Red+Green+Blue) = 85+216+0=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #55D800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D800 is #AA27FF. Grayscale: #989898. Windows color (decimal): -11151360 or 55381. OLE color: 55381.
HSL color Cylindrical-coordinate representation of color #55D800: hue angle of 96.39º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55D800 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.15 |
| HSL | 96.39º | 1% | 0.42% | - |
| HSV(B) | 96.39º | 1% | 0.85% | - |
| XYZ | 28.3 | 51.04 | 8.36 | - |
| YUV | 152.21 | 42.1 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 0 | 0.61 | 0 | 1 | 0.15 | 96.39 | 1 | 0.42 |
| Hex | 55 | D8 | 0 | 3D | 0 | 64 | F | 60 | 64 | 2A |
| Octal | 125 | 330 | 0 | 75 | 0 | 144 | 17 | 140 | 144 | 52 |
| Binary | 1010101 | 11011000 | 0 | 111101 | 0 | 1100100 | 1111 | 1100000 | 1100100 | 101010 |
Color Harmonies of #55D800
Complementary color
Monochromatic Colors of #55D800
Black with #55D800
Text Example
Text Example
White with #55D800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D800; }
p { color: rgb(85,216,0); }
H1.HeaderClassName
{
color: #55D800;
}
.AnyTagClassName
{
color: #55D800;
}
</style>
background-color css
<style>
a { background-color: #55D800; }
a { background-color: rgb(85,216,0); }
div.DivClassName
{
background-color: #55D800;
}
.BgClassName
{
background-color: #55D800;
}
</style>
border-color css
<style>
span { border-color: #55D800; }
span { border-color: rgb(85,216,0); }
td.TdClassName
{
border-color: #55D800;
}
.TagClassName
{
border-color: #55D800;
}
</style>