Shades of Kelly Green #5DD115
Tints of Kelly Green #5DD115
RGB
CMYK
RGB Variations
Color information
#5DD115 (or 0x5DD115) is known color: Kelly Green. HEX triplet: 5D, D1 and 15. RGB value is (93,209,21). Sum of RGB (Red+Green+Blue) = 93+209+21=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 209 (82.03% from 255 or 64.71% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD115 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD115 is #A22EEA. Grayscale: #999999. Windows color (decimal): -10628843 or 1429853. OLE color: 1429853.
HSL color Cylindrical-coordinate representation of color #5DD115: hue angle of 97.02º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DD115 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 21 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.18 |
| HSL | 97.02º | 0.82% | 0.45% | - |
| HSV(B) | 97.02º | 0.9% | 0.82% | - |
| XYZ | 27.45 | 47.98 | 8.52 | - |
| YUV | 152.88 | 53.57 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 21 | 0.56 | 0 | 0.90 | 0.18 | 97.02 | 0.82 | 0.45 |
| Hex | 5D | D1 | 15 | 38 | 0 | 5A | 12 | 61 | 52 | 2D |
| Octal | 135 | 321 | 25 | 70 | 0 | 132 | 22 | 141 | 122 | 55 |
| Binary | 1011101 | 11010001 | 10101 | 111000 | 0 | 1011010 | 10010 | 1100001 | 1010010 | 101101 |
Color Harmonies of #5DD115
Complementary color
Monochromatic Colors of #5DD115
Black with #5DD115
Text Example
Text Example
White with #5DD115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD115; }
p { color: rgb(93,209,21); }
H1.HeaderClassName
{
color: #5DD115;
}
.AnyTagClassName
{
color: #5DD115;
}
</style>
background-color css
<style>
a { background-color: #5DD115; }
a { background-color: rgb(93,209,21); }
div.DivClassName
{
background-color: #5DD115;
}
.BgClassName
{
background-color: #5DD115;
}
</style>
border-color css
<style>
span { border-color: #5DD115; }
span { border-color: rgb(93,209,21); }
td.TdClassName
{
border-color: #5DD115;
}
.TagClassName
{
border-color: #5DD115;
}
</style>