Shades of Kelly Green #5DD300
Tints of Kelly Green #5DD300
RGB
CMYK
RGB Variations
Color information
#5DD300 (or 0x5DD300) is known color: Kelly Green. HEX triplet: 5D, D3 and 00. RGB value is (93,211,0). Sum of RGB (Red+Green+Blue) = 93+211+0=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 211 (82.81% from 255 or 69.41% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD300 is #A22CFF. Grayscale: #989898. Windows color (decimal): -10628352 or 54109. OLE color: 54109.
HSL color Cylindrical-coordinate representation of color #5DD300: hue angle of 93.55º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DD300 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 211 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.17 |
| HSL | 93.55º | 1% | 0.41% | - |
| HSV(B) | 93.55º | 1% | 0.83% | - |
| XYZ | 27.81 | 48.92 | 7.98 | - |
| YUV | 151.66 | 42.41 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 0 | 0.56 | 0 | 1 | 0.17 | 93.55 | 1 | 0.41 |
| Hex | 5D | D3 | 0 | 38 | 0 | 64 | 11 | 5E | 64 | 29 |
| Octal | 135 | 323 | 0 | 70 | 0 | 144 | 21 | 136 | 144 | 51 |
| Binary | 1011101 | 11010011 | 0 | 111000 | 0 | 1100100 | 10001 | 1011110 | 1100100 | 101001 |
Color Harmonies of #5DD300
Complementary color
Monochromatic Colors of #5DD300
Black with #5DD300
Text Example
Text Example
White with #5DD300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD300; }
p { color: rgb(93,211,0); }
H1.HeaderClassName
{
color: #5DD300;
}
.AnyTagClassName
{
color: #5DD300;
}
</style>
background-color css
<style>
a { background-color: #5DD300; }
a { background-color: rgb(93,211,0); }
div.DivClassName
{
background-color: #5DD300;
}
.BgClassName
{
background-color: #5DD300;
}
</style>
border-color css
<style>
span { border-color: #5DD300; }
span { border-color: rgb(93,211,0); }
td.TdClassName
{
border-color: #5DD300;
}
.TagClassName
{
border-color: #5DD300;
}
</style>