Shades of Kelly Green #5DD302
Tints of Kelly Green #5DD302
RGB
CMYK
RGB Variations
Color information
#5DD302 (or 0x5DD302) is known color: Kelly Green. HEX triplet: 5D, D3 and 02. RGB value is (93,211,2). Sum of RGB (Red+Green+Blue) = 93+211+2=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 211 (82.81% from 255 or 68.95% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD302 is #A22CFD. Grayscale: #989898. Windows color (decimal): -10628350 or 185181. OLE color: 185181.
HSL color Cylindrical-coordinate representation of color #5DD302: hue angle of 93.88º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DD302 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 211 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.17 |
| HSL | 93.88º | 0.98% | 0.42% | - |
| HSV(B) | 93.88º | 0.99% | 0.83% | - |
| XYZ | 27.82 | 48.92 | 8.03 | - |
| YUV | 151.89 | 43.41 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 2 | 0.56 | 0 | 0.99 | 0.17 | 93.88 | 0.98 | 0.42 |
| Hex | 5D | D3 | 2 | 38 | 0 | 63 | 11 | 5E | 62 | 2A |
| Octal | 135 | 323 | 2 | 70 | 0 | 143 | 21 | 136 | 142 | 52 |
| Binary | 1011101 | 11010011 | 10 | 111000 | 0 | 1100011 | 10001 | 1011110 | 1100010 | 101010 |
Color Harmonies of #5DD302
Complementary color
Monochromatic Colors of #5DD302
Black with #5DD302
Text Example
Text Example
White with #5DD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD302; }
p { color: rgb(93,211,2); }
H1.HeaderClassName
{
color: #5DD302;
}
.AnyTagClassName
{
color: #5DD302;
}
</style>
background-color css
<style>
a { background-color: #5DD302; }
a { background-color: rgb(93,211,2); }
div.DivClassName
{
background-color: #5DD302;
}
.BgClassName
{
background-color: #5DD302;
}
</style>
border-color css
<style>
span { border-color: #5DD302; }
span { border-color: rgb(93,211,2); }
td.TdClassName
{
border-color: #5DD302;
}
.TagClassName
{
border-color: #5DD302;
}
</style>