Shades of Kelly Green #55D80B
Tints of Kelly Green #55D80B
RGB
CMYK
RGB Variations
Color information
#55D80B (or 0x55D80B) is known color: Kelly Green. HEX triplet: 55, D8 and 0B. RGB value is (85,216,11). Sum of RGB (Red+Green+Blue) = 85+216+11=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 216 (84.77% from 255 or 69.23% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 216 - color contains mainly: green. Hex color #55D80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D80B is #AA27F4. Grayscale: #9A9A9A. Windows color (decimal): -11151349 or 776277. OLE color: 776277.
HSL color Cylindrical-coordinate representation of color #55D80B: hue angle of 98.34º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55D80B is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 11 | - |
| CMYK | 0.61 | 0 | 0.95 | 0.15 |
| HSL | 98.34º | 0.9% | 0.45% | - |
| HSV(B) | 98.34º | 0.95% | 0.85% | - |
| XYZ | 28.36 | 51.07 | 8.68 | - |
| YUV | 153.46 | 47.6 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 11 | 0.61 | 0 | 0.95 | 0.15 | 98.34 | 0.9 | 0.45 |
| Hex | 55 | D8 | B | 3D | 0 | 5F | F | 62 | 5A | 2D |
| Octal | 125 | 330 | 13 | 75 | 0 | 137 | 17 | 142 | 132 | 55 |
| Binary | 1010101 | 11011000 | 1011 | 111101 | 0 | 1011111 | 1111 | 1100010 | 1011010 | 101101 |
Color Harmonies of #55D80B
Complementary color
Monochromatic Colors of #55D80B
Black with #55D80B
Text Example
Text Example
White with #55D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D80B; }
p { color: rgb(85,216,11); }
H1.HeaderClassName
{
color: #55D80B;
}
.AnyTagClassName
{
color: #55D80B;
}
</style>
background-color css
<style>
a { background-color: #55D80B; }
a { background-color: rgb(85,216,11); }
div.DivClassName
{
background-color: #55D80B;
}
.BgClassName
{
background-color: #55D80B;
}
</style>
border-color css
<style>
span { border-color: #55D80B; }
span { border-color: rgb(85,216,11); }
td.TdClassName
{
border-color: #55D80B;
}
.TagClassName
{
border-color: #55D80B;
}
</style>