Shades of Kelly Green #5DD502
Tints of Kelly Green #5DD502
RGB
CMYK
RGB Variations
Color information
#5DD502 (or 0x5DD502) is known color: Kelly Green. HEX triplet: 5D, D5 and 02. RGB value is (93,213,2). Sum of RGB (Red+Green+Blue) = 93+213+2=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD502 is #A22AFD. Grayscale: #999999. Windows color (decimal): -10627838 or 185693. OLE color: 185693.
HSL color Cylindrical-coordinate representation of color #5DD502: hue angle of 94.12º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DD502 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 213 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.16 |
| HSL | 94.12º | 0.98% | 0.42% | - |
| HSV(B) | 94.12º | 0.99% | 0.84% | - |
| XYZ | 28.32 | 49.92 | 8.2 | - |
| YUV | 153.07 | 42.74 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 213 | 2 | 0.56 | 0 | 0.99 | 0.16 | 94.12 | 0.98 | 0.42 |
| Hex | 5D | D5 | 2 | 38 | 0 | 63 | 10 | 5E | 62 | 2A |
| Octal | 135 | 325 | 2 | 70 | 0 | 143 | 20 | 136 | 142 | 52 |
| Binary | 1011101 | 11010101 | 10 | 111000 | 0 | 1100011 | 10000 | 1011110 | 1100010 | 101010 |
Color Harmonies of #5DD502
Complementary color
Monochromatic Colors of #5DD502
Black with #5DD502
Text Example
Text Example
White with #5DD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD502; }
p { color: rgb(93,213,2); }
H1.HeaderClassName
{
color: #5DD502;
}
.AnyTagClassName
{
color: #5DD502;
}
</style>
background-color css
<style>
a { background-color: #5DD502; }
a { background-color: rgb(93,213,2); }
div.DivClassName
{
background-color: #5DD502;
}
.BgClassName
{
background-color: #5DD502;
}
</style>
border-color css
<style>
span { border-color: #5DD502; }
span { border-color: rgb(93,213,2); }
td.TdClassName
{
border-color: #5DD502;
}
.TagClassName
{
border-color: #5DD502;
}
</style>