Shades of Kelly Green #5DD717
Tints of Kelly Green #5DD717
RGB
CMYK
RGB Variations
Color information
#5DD717 (or 0x5DD717) is known color: Kelly Green. HEX triplet: 5D, D7 and 17. RGB value is (93,215,23). Sum of RGB (Red+Green+Blue) = 93+215+23=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 215 (84.38% from 255 or 64.95% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD717 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD717 is #A228E8. Grayscale: #9D9D9D. Windows color (decimal): -10627305 or 1562461. OLE color: 1562461.
HSL color Cylindrical-coordinate representation of color #5DD717: hue angle of 98.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5DD717 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 23 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.16 |
| HSL | 98.13º | 0.81% | 0.47% | - |
| HSV(B) | 98.13º | 0.89% | 0.84% | - |
| XYZ | 28.97 | 50.99 | 9.13 | - |
| YUV | 156.63 | 52.58 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 23 | 0.57 | 0 | 0.89 | 0.16 | 98.13 | 0.81 | 0.47 |
| Hex | 5D | D7 | 17 | 39 | 0 | 59 | 10 | 62 | 51 | 2F |
| Octal | 135 | 327 | 27 | 71 | 0 | 131 | 20 | 142 | 121 | 57 |
| Binary | 1011101 | 11010111 | 10111 | 111001 | 0 | 1011001 | 10000 | 1100010 | 1010001 | 101111 |
Color Harmonies of #5DD717
Complementary color
Monochromatic Colors of #5DD717
Black with #5DD717
Text Example
Text Example
White with #5DD717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD717; }
p { color: rgb(93,215,23); }
H1.HeaderClassName
{
color: #5DD717;
}
.AnyTagClassName
{
color: #5DD717;
}
</style>
background-color css
<style>
a { background-color: #5DD717; }
a { background-color: rgb(93,215,23); }
div.DivClassName
{
background-color: #5DD717;
}
.BgClassName
{
background-color: #5DD717;
}
</style>
border-color css
<style>
span { border-color: #5DD717; }
span { border-color: rgb(93,215,23); }
td.TdClassName
{
border-color: #5DD717;
}
.TagClassName
{
border-color: #5DD717;
}
</style>