Shades of Kelly Green #5DD231
Tints of Kelly Green #5DD231
RGB
CMYK
RGB Variations
Color information
#5DD231 (or 0x5DD231) is known color: Kelly Green. HEX triplet: 5D, D2 and 31. RGB value is (93,210,49). Sum of RGB (Red+Green+Blue) = 93+210+49=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD231 is #A22DCE. Grayscale: #9D9D9D. Windows color (decimal): -10628559 or 3265117. OLE color: 3265117.
HSL color Cylindrical-coordinate representation of color #5DD231: hue angle of 103.6º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DD231 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 210 | 49 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.18 |
| HSL | 103.6º | 0.64% | 0.51% | - |
| HSV(B) | 103.6º | 0.77% | 0.82% | - |
| XYZ | 28.12 | 48.64 | 10.81 | - |
| YUV | 156.66 | 67.24 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 210 | 49 | 0.56 | 0 | 0.77 | 0.18 | 103.6 | 0.64 | 0.51 |
| Hex | 5D | D2 | 31 | 38 | 0 | 4D | 12 | 68 | 40 | 33 |
| Octal | 135 | 322 | 61 | 70 | 0 | 115 | 22 | 150 | 100 | 63 |
| Binary | 1011101 | 11010010 | 110001 | 111000 | 0 | 1001101 | 10010 | 1101000 | 1000000 | 110011 |
Color Harmonies of #5DD231
Complementary color
Monochromatic Colors of #5DD231
Black with #5DD231
Text Example
Text Example
White with #5DD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD231; }
p { color: rgb(93,210,49); }
H1.HeaderClassName
{
color: #5DD231;
}
.AnyTagClassName
{
color: #5DD231;
}
</style>
background-color css
<style>
a { background-color: #5DD231; }
a { background-color: rgb(93,210,49); }
div.DivClassName
{
background-color: #5DD231;
}
.BgClassName
{
background-color: #5DD231;
}
</style>
border-color css
<style>
span { border-color: #5DD231; }
span { border-color: rgb(93,210,49); }
td.TdClassName
{
border-color: #5DD231;
}
.TagClassName
{
border-color: #5DD231;
}
</style>