Shades of Kelly Green #5DD810
Tints of Kelly Green #5DD810
RGB
CMYK
RGB Variations
Color information
#5DD810 (or 0x5DD810) is known color: Kelly Green. HEX triplet: 5D, D8 and 10. RGB value is (93,216,16). Sum of RGB (Red+Green+Blue) = 93+216+16=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD810 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD810 is #A227EF. Grayscale: #9D9D9D. Windows color (decimal): -10627056 or 1103965. OLE color: 1103965.
HSL color Cylindrical-coordinate representation of color #5DD810: hue angle of 96.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DD810 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 216 | 16 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.15 |
| HSL | 96.9º | 0.86% | 0.45% | - |
| HSV(B) | 96.9º | 0.93% | 0.85% | - |
| XYZ | 29.16 | 51.48 | 8.89 | - |
| YUV | 156.42 | 48.75 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 216 | 16 | 0.57 | 0 | 0.93 | 0.15 | 96.9 | 0.86 | 0.45 |
| Hex | 5D | D8 | 10 | 39 | 0 | 5D | F | 61 | 56 | 2D |
| Octal | 135 | 330 | 20 | 71 | 0 | 135 | 17 | 141 | 126 | 55 |
| Binary | 1011101 | 11011000 | 10000 | 111001 | 0 | 1011101 | 1111 | 1100001 | 1010110 | 101101 |
Color Harmonies of #5DD810
Complementary color
Monochromatic Colors of #5DD810
Black with #5DD810
Text Example
Text Example
White with #5DD810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD810; }
p { color: rgb(93,216,16); }
H1.HeaderClassName
{
color: #5DD810;
}
.AnyTagClassName
{
color: #5DD810;
}
</style>
background-color css
<style>
a { background-color: #5DD810; }
a { background-color: rgb(93,216,16); }
div.DivClassName
{
background-color: #5DD810;
}
.BgClassName
{
background-color: #5DD810;
}
</style>
border-color css
<style>
span { border-color: #5DD810; }
span { border-color: rgb(93,216,16); }
td.TdClassName
{
border-color: #5DD810;
}
.TagClassName
{
border-color: #5DD810;
}
</style>