Shades of Kelly Green #5DD71A
Tints of Kelly Green #5DD71A
RGB
CMYK
RGB Variations
Color information
#5DD71A (or 0x5DD71A) is known color: Kelly Green. HEX triplet: 5D, D7 and 1A. RGB value is (93,215,26). Sum of RGB (Red+Green+Blue) = 93+215+26=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD71A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD71A is #A228E5. Grayscale: #9D9D9D. Windows color (decimal): -10627302 or 1759069. OLE color: 1759069.
HSL color Cylindrical-coordinate representation of color #5DD71A: hue angle of 98.73º 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 #5DD71A is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 26 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.16 |
| HSL | 98.73º | 0.78% | 0.47% | - |
| HSV(B) | 98.73º | 0.88% | 0.84% | - |
| XYZ | 29 | 51 | 9.29 | - |
| YUV | 156.98 | 54.08 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 26 | 0.57 | 0 | 0.88 | 0.16 | 98.73 | 0.78 | 0.47 |
| Hex | 5D | D7 | 1A | 39 | 0 | 58 | 10 | 63 | 4E | 2F |
| Octal | 135 | 327 | 32 | 71 | 0 | 130 | 20 | 143 | 116 | 57 |
| Binary | 1011101 | 11010111 | 11010 | 111001 | 0 | 1011000 | 10000 | 1100011 | 1001110 | 101111 |
Color Harmonies of #5DD71A
Complementary color
Monochromatic Colors of #5DD71A
Black with #5DD71A
Text Example
Text Example
White with #5DD71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD71A; }
p { color: rgb(93,215,26); }
H1.HeaderClassName
{
color: #5DD71A;
}
.AnyTagClassName
{
color: #5DD71A;
}
</style>
background-color css
<style>
a { background-color: #5DD71A; }
a { background-color: rgb(93,215,26); }
div.DivClassName
{
background-color: #5DD71A;
}
.BgClassName
{
background-color: #5DD71A;
}
</style>
border-color css
<style>
span { border-color: #5DD71A; }
span { border-color: rgb(93,215,26); }
td.TdClassName
{
border-color: #5DD71A;
}
.TagClassName
{
border-color: #5DD71A;
}
</style>