Shades of Kelly Green #5DD930
Tints of Kelly Green #5DD930
RGB
CMYK
RGB Variations
Color information
#5DD930 (or 0x5DD930) is known color: Kelly Green. HEX triplet: 5D, D9 and 30. RGB value is (93,217,48). Sum of RGB (Red+Green+Blue) = 93+217+48=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 217 (85.16% from 255 or 60.61% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD930 is #A226CF. Grayscale: #A1A1A1. Windows color (decimal): -10626768 or 3201373. OLE color: 3201373.
HSL color Cylindrical-coordinate representation of color #5DD930: hue angle of 104.02º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5DD930 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 217 | 48 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.15 |
| HSL | 104.02º | 0.69% | 0.52% | - |
| HSV(B) | 104.02º | 0.78% | 0.85% | - |
| XYZ | 29.86 | 52.17 | 11.29 | - |
| YUV | 160.66 | 64.42 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 48 | 0.57 | 0 | 0.78 | 0.15 | 104.02 | 0.69 | 0.52 |
| Hex | 5D | D9 | 30 | 39 | 0 | 4E | F | 68 | 45 | 34 |
| Octal | 135 | 331 | 60 | 71 | 0 | 116 | 17 | 150 | 105 | 64 |
| Binary | 1011101 | 11011001 | 110000 | 111001 | 0 | 1001110 | 1111 | 1101000 | 1000101 | 110100 |
Color Harmonies of #5DD930
Complementary color
Monochromatic Colors of #5DD930
Black with #5DD930
Text Example
Text Example
White with #5DD930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD930; }
p { color: rgb(93,217,48); }
H1.HeaderClassName
{
color: #5DD930;
}
.AnyTagClassName
{
color: #5DD930;
}
</style>
background-color css
<style>
a { background-color: #5DD930; }
a { background-color: rgb(93,217,48); }
div.DivClassName
{
background-color: #5DD930;
}
.BgClassName
{
background-color: #5DD930;
}
</style>
border-color css
<style>
span { border-color: #5DD930; }
span { border-color: rgb(93,217,48); }
td.TdClassName
{
border-color: #5DD930;
}
.TagClassName
{
border-color: #5DD930;
}
</style>