Shades of Kelly Green #5DD530
Tints of Kelly Green #5DD530
RGB
CMYK
RGB Variations
Color information
#5DD530 (or 0x5DD530) is known color: Kelly Green. HEX triplet: 5D, D5 and 30. RGB value is (93,213,48). Sum of RGB (Red+Green+Blue) = 93+213+48=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD530 is #A22ACF. Grayscale: #9E9E9E. Windows color (decimal): -10627792 or 3200349. OLE color: 3200349.
HSL color Cylindrical-coordinate representation of color #5DD530: hue angle of 103.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DD530 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 213 | 48 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.16 |
| HSL | 103.64º | 0.66% | 0.51% | - |
| HSV(B) | 103.64º | 0.77% | 0.84% | - |
| XYZ | 28.84 | 50.13 | 10.95 | - |
| YUV | 158.31 | 65.74 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 213 | 48 | 0.56 | 0 | 0.77 | 0.16 | 103.64 | 0.66 | 0.51 |
| Hex | 5D | D5 | 30 | 38 | 0 | 4D | 10 | 68 | 42 | 33 |
| Octal | 135 | 325 | 60 | 70 | 0 | 115 | 20 | 150 | 102 | 63 |
| Binary | 1011101 | 11010101 | 110000 | 111000 | 0 | 1001101 | 10000 | 1101000 | 1000010 | 110011 |
Color Harmonies of #5DD530
Complementary color
Monochromatic Colors of #5DD530
Black with #5DD530
Text Example
Text Example
White with #5DD530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD530; }
p { color: rgb(93,213,48); }
H1.HeaderClassName
{
color: #5DD530;
}
.AnyTagClassName
{
color: #5DD530;
}
</style>
background-color css
<style>
a { background-color: #5DD530; }
a { background-color: rgb(93,213,48); }
div.DivClassName
{
background-color: #5DD530;
}
.BgClassName
{
background-color: #5DD530;
}
</style>
border-color css
<style>
span { border-color: #5DD530; }
span { border-color: rgb(93,213,48); }
td.TdClassName
{
border-color: #5DD530;
}
.TagClassName
{
border-color: #5DD530;
}
</style>