Shades of Kelly Green #55D310
Tints of Kelly Green #55D310
RGB
CMYK
RGB Variations
Color information
#55D310 (or 0x55D310) is known color: Kelly Green. HEX triplet: 55, D3 and 10. RGB value is (85,211,16). Sum of RGB (Red+Green+Blue) = 85+211+16=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 211 (82.81% from 255 or 67.63% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 211 - color contains mainly: green. Hex color #55D310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D310 is #AA2CEF. Grayscale: #979797. Windows color (decimal): -11152624 or 1102677. OLE color: 1102677.
HSL color Cylindrical-coordinate representation of color #55D310: hue angle of 98.77º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55D310 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 211 | 16 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.17 |
| HSL | 98.77º | 0.86% | 0.45% | - |
| HSV(B) | 98.77º | 0.92% | 0.83% | - |
| XYZ | 27.13 | 48.56 | 8.43 | - |
| YUV | 151.1 | 51.76 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 211 | 16 | 0.60 | 0 | 0.92 | 0.17 | 98.77 | 0.86 | 0.45 |
| Hex | 55 | D3 | 10 | 3C | 0 | 5C | 11 | 63 | 56 | 2D |
| Octal | 125 | 323 | 20 | 74 | 0 | 134 | 21 | 143 | 126 | 55 |
| Binary | 1010101 | 11010011 | 10000 | 111100 | 0 | 1011100 | 10001 | 1100011 | 1010110 | 101101 |
Color Harmonies of #55D310
Complementary color
Monochromatic Colors of #55D310
Black with #55D310
Text Example
Text Example
White with #55D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D310; }
p { color: rgb(85,211,16); }
H1.HeaderClassName
{
color: #55D310;
}
.AnyTagClassName
{
color: #55D310;
}
</style>
background-color css
<style>
a { background-color: #55D310; }
a { background-color: rgb(85,211,16); }
div.DivClassName
{
background-color: #55D310;
}
.BgClassName
{
background-color: #55D310;
}
</style>
border-color css
<style>
span { border-color: #55D310; }
span { border-color: rgb(85,211,16); }
td.TdClassName
{
border-color: #55D310;
}
.TagClassName
{
border-color: #55D310;
}
</style>