Shades of Kelly Green #5DD816
Tints of Kelly Green #5DD816
RGB
CMYK
RGB Variations
Color information
#5DD816 (or 0x5DD816) is known color: Kelly Green. HEX triplet: 5D, D8 and 16. RGB value is (93,216,22). Sum of RGB (Red+Green+Blue) = 93+216+22=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 216 (84.77% from 255 or 65.26% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD816 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD816 is #A227E9. Grayscale: #9D9D9D. Windows color (decimal): -10627050 or 1497181. OLE color: 1497181.
HSL color Cylindrical-coordinate representation of color #5DD816: hue angle of 98.04º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DD816 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 216 | 22 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.15 |
| HSL | 98.04º | 0.82% | 0.47% | - |
| HSV(B) | 98.04º | 0.9% | 0.85% | - |
| XYZ | 29.21 | 51.5 | 9.16 | - |
| YUV | 157.11 | 51.75 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 216 | 22 | 0.57 | 0 | 0.90 | 0.15 | 98.04 | 0.82 | 0.47 |
| Hex | 5D | D8 | 16 | 39 | 0 | 5A | F | 62 | 52 | 2F |
| Octal | 135 | 330 | 26 | 71 | 0 | 132 | 17 | 142 | 122 | 57 |
| Binary | 1011101 | 11011000 | 10110 | 111001 | 0 | 1011010 | 1111 | 1100010 | 1010010 | 101111 |
Color Harmonies of #5DD816
Complementary color
Monochromatic Colors of #5DD816
Black with #5DD816
Text Example
Text Example
White with #5DD816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD816; }
p { color: rgb(93,216,22); }
H1.HeaderClassName
{
color: #5DD816;
}
.AnyTagClassName
{
color: #5DD816;
}
</style>
background-color css
<style>
a { background-color: #5DD816; }
a { background-color: rgb(93,216,22); }
div.DivClassName
{
background-color: #5DD816;
}
.BgClassName
{
background-color: #5DD816;
}
</style>
border-color css
<style>
span { border-color: #5DD816; }
span { border-color: rgb(93,216,22); }
td.TdClassName
{
border-color: #5DD816;
}
.TagClassName
{
border-color: #5DD816;
}
</style>