Shades of Kelly Green #5DDA1B
Tints of Kelly Green #5DDA1B
RGB
CMYK
RGB Variations
Color information
#5DDA1B (or 0x5DDA1B) is known color: Kelly Green. HEX triplet: 5D, DA and 1B. RGB value is (93,218,27). Sum of RGB (Red+Green+Blue) = 93+218+27=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDA1B is #A225E4. Grayscale: #9F9F9F. Windows color (decimal): -10626533 or 1825373. OLE color: 1825373.
HSL color Cylindrical-coordinate representation of color #5DDA1B: hue angle of 99.27º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5DDA1B is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 27 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.15 |
| HSL | 99.27º | 0.78% | 0.48% | - |
| HSV(B) | 99.27º | 0.88% | 0.85% | - |
| XYZ | 29.78 | 52.55 | 9.61 | - |
| YUV | 158.85 | 53.59 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 27 | 0.57 | 0 | 0.88 | 0.15 | 99.27 | 0.78 | 0.48 |
| Hex | 5D | DA | 1B | 39 | 0 | 58 | F | 63 | 4E | 30 |
| Octal | 135 | 332 | 33 | 71 | 0 | 130 | 17 | 143 | 116 | 60 |
| Binary | 1011101 | 11011010 | 11011 | 111001 | 0 | 1011000 | 1111 | 1100011 | 1001110 | 110000 |
Color Harmonies of #5DDA1B
Complementary color
Monochromatic Colors of #5DDA1B
Black with #5DDA1B
Text Example
Text Example
White with #5DDA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA1B; }
p { color: rgb(93,218,27); }
H1.HeaderClassName
{
color: #5DDA1B;
}
.AnyTagClassName
{
color: #5DDA1B;
}
</style>
background-color css
<style>
a { background-color: #5DDA1B; }
a { background-color: rgb(93,218,27); }
div.DivClassName
{
background-color: #5DDA1B;
}
.BgClassName
{
background-color: #5DDA1B;
}
</style>
border-color css
<style>
span { border-color: #5DDA1B; }
span { border-color: rgb(93,218,27); }
td.TdClassName
{
border-color: #5DDA1B;
}
.TagClassName
{
border-color: #5DDA1B;
}
</style>