Shades of Kelly Green #5DB82A
Tints of Kelly Green #5DB82A
RGB
CMYK
RGB Variations
Color information
#5DB82A (or 0x5DB82A) is known color: Kelly Green. HEX triplet: 5D, B8 and 2A. RGB value is (93,184,42). Sum of RGB (Red+Green+Blue) = 93+184+42=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB82A is #A247D5. Grayscale: #8D8D8D. Windows color (decimal): -10635222 or 2799709. OLE color: 2799709.
HSL color Cylindrical-coordinate representation of color #5DB82A: hue angle of 98.45º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DB82A is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 42 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.28 |
| HSL | 98.45º | 0.63% | 0.44% | - |
| HSV(B) | 98.45º | 0.77% | 0.72% | - |
| XYZ | 22.07 | 36.78 | 8.13 | - |
| YUV | 140.6 | 72.35 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 42 | 0.49 | 0 | 0.77 | 0.28 | 98.45 | 0.63 | 0.44 |
| Hex | 5D | B8 | 2A | 31 | 0 | 4D | 1C | 62 | 3F | 2C |
| Octal | 135 | 270 | 52 | 61 | 0 | 115 | 34 | 142 | 77 | 54 |
| Binary | 1011101 | 10111000 | 101010 | 110001 | 0 | 1001101 | 11100 | 1100010 | 111111 | 101100 |
Color Harmonies of #5DB82A
Complementary color
Monochromatic Colors of #5DB82A
Black with #5DB82A
Text Example
Text Example
White with #5DB82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB82A; }
p { color: rgb(93,184,42); }
H1.HeaderClassName
{
color: #5DB82A;
}
.AnyTagClassName
{
color: #5DB82A;
}
</style>
background-color css
<style>
a { background-color: #5DB82A; }
a { background-color: rgb(93,184,42); }
div.DivClassName
{
background-color: #5DB82A;
}
.BgClassName
{
background-color: #5DB82A;
}
</style>
border-color css
<style>
span { border-color: #5DB82A; }
span { border-color: rgb(93,184,42); }
td.TdClassName
{
border-color: #5DB82A;
}
.TagClassName
{
border-color: #5DB82A;
}
</style>