Shades of Kelly Green #5DD61A
Tints of Kelly Green #5DD61A
RGB
CMYK
RGB Variations
Color information
#5DD61A (or 0x5DD61A) is known color: Kelly Green. HEX triplet: 5D, D6 and 1A. RGB value is (93,214,26). Sum of RGB (Red+Green+Blue) = 93+214+26=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 214 (83.98% from 255 or 64.26% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD61A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD61A is #A229E5. Grayscale: #9D9D9D. Windows color (decimal): -10627558 or 1758813. OLE color: 1758813.
HSL color Cylindrical-coordinate representation of color #5DD61A: hue angle of 98.62º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DD61A is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 26 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.16 |
| HSL | 98.62º | 0.78% | 0.47% | - |
| HSV(B) | 98.62º | 0.88% | 0.84% | - |
| XYZ | 28.75 | 50.49 | 9.21 | - |
| YUV | 156.39 | 54.41 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 26 | 0.57 | 0 | 0.88 | 0.16 | 98.62 | 0.78 | 0.47 |
| Hex | 5D | D6 | 1A | 39 | 0 | 58 | 10 | 63 | 4E | 2F |
| Octal | 135 | 326 | 32 | 71 | 0 | 130 | 20 | 143 | 116 | 57 |
| Binary | 1011101 | 11010110 | 11010 | 111001 | 0 | 1011000 | 10000 | 1100011 | 1001110 | 101111 |
Color Harmonies of #5DD61A
Complementary color
Monochromatic Colors of #5DD61A
Black with #5DD61A
Text Example
Text Example
White with #5DD61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD61A; }
p { color: rgb(93,214,26); }
H1.HeaderClassName
{
color: #5DD61A;
}
.AnyTagClassName
{
color: #5DD61A;
}
</style>
background-color css
<style>
a { background-color: #5DD61A; }
a { background-color: rgb(93,214,26); }
div.DivClassName
{
background-color: #5DD61A;
}
.BgClassName
{
background-color: #5DD61A;
}
</style>
border-color css
<style>
span { border-color: #5DD61A; }
span { border-color: rgb(93,214,26); }
td.TdClassName
{
border-color: #5DD61A;
}
.TagClassName
{
border-color: #5DD61A;
}
</style>