Shades of Kelly Green #55D804
Tints of Kelly Green #55D804
RGB
CMYK
RGB Variations
Color information
#55D804 (or 0x55D804) is known color: Kelly Green. HEX triplet: 55, D8 and 04. RGB value is (85,216,4). Sum of RGB (Red+Green+Blue) = 85+216+4=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 216 (84.77% from 255 or 70.82% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 216 - color contains mainly: green. Hex color #55D804 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D804 is #AA27FB. Grayscale: #999999. Windows color (decimal): -11151356 or 317525. OLE color: 317525.
HSL color Cylindrical-coordinate representation of color #55D804: hue angle of 97.08º degrees, saturation: 0.96, 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 #55D804 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 4 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.15 |
| HSL | 97.08º | 0.96% | 0.43% | - |
| HSV(B) | 97.08º | 0.98% | 0.85% | - |
| XYZ | 28.32 | 51.05 | 8.48 | - |
| YUV | 152.66 | 44.1 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 4 | 0.61 | 0 | 0.98 | 0.15 | 97.08 | 0.96 | 0.43 |
| Hex | 55 | D8 | 4 | 3D | 0 | 62 | F | 61 | 60 | 2B |
| Octal | 125 | 330 | 4 | 75 | 0 | 142 | 17 | 141 | 140 | 53 |
| Binary | 1010101 | 11011000 | 100 | 111101 | 0 | 1100010 | 1111 | 1100001 | 1100000 | 101011 |
Color Harmonies of #55D804
Complementary color
Monochromatic Colors of #55D804
Black with #55D804
Text Example
Text Example
White with #55D804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D804; }
p { color: rgb(85,216,4); }
H1.HeaderClassName
{
color: #55D804;
}
.AnyTagClassName
{
color: #55D804;
}
</style>
background-color css
<style>
a { background-color: #55D804; }
a { background-color: rgb(85,216,4); }
div.DivClassName
{
background-color: #55D804;
}
.BgClassName
{
background-color: #55D804;
}
</style>
border-color css
<style>
span { border-color: #55D804; }
span { border-color: rgb(85,216,4); }
td.TdClassName
{
border-color: #55D804;
}
.TagClassName
{
border-color: #55D804;
}
</style>