Shades of Kelly Green #5DB61D
Tints of Kelly Green #5DB61D
RGB
CMYK
RGB Variations
Color information
#5DB61D (or 0x5DB61D) is known color: Kelly Green. HEX triplet: 5D, B6 and 1D. RGB value is (93,182,29). Sum of RGB (Red+Green+Blue) = 93+182+29=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 182 (71.48% from 255 or 59.87% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 182 - color contains mainly: green. Hex color #5DB61D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB61D is #A249E2. Grayscale: #8A8A8A. Windows color (decimal): -10635747 or 1947229. OLE color: 1947229.
HSL color Cylindrical-coordinate representation of color #5DB61D: hue angle of 94.9º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5DB61D is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 182 | 29 | - |
| CMYK | 0.49 | 0 | 0.84 | 0.29 |
| HSL | 94.9º | 0.73% | 0.41% | - |
| HSV(B) | 94.9º | 0.84% | 0.71% | - |
| XYZ | 21.46 | 35.87 | 6.96 | - |
| YUV | 137.95 | 66.51 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 182 | 29 | 0.49 | 0 | 0.84 | 0.29 | 94.9 | 0.73 | 0.41 |
| Hex | 5D | B6 | 1D | 31 | 0 | 54 | 1D | 5F | 49 | 29 |
| Octal | 135 | 266 | 35 | 61 | 0 | 124 | 35 | 137 | 111 | 51 |
| Binary | 1011101 | 10110110 | 11101 | 110001 | 0 | 1010100 | 11101 | 1011111 | 1001001 | 101001 |
Color Harmonies of #5DB61D
Complementary color
Monochromatic Colors of #5DB61D
Black with #5DB61D
Text Example
Text Example
White with #5DB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB61D; }
p { color: rgb(93,182,29); }
H1.HeaderClassName
{
color: #5DB61D;
}
.AnyTagClassName
{
color: #5DB61D;
}
</style>
background-color css
<style>
a { background-color: #5DB61D; }
a { background-color: rgb(93,182,29); }
div.DivClassName
{
background-color: #5DB61D;
}
.BgClassName
{
background-color: #5DB61D;
}
</style>
border-color css
<style>
span { border-color: #5DB61D; }
span { border-color: rgb(93,182,29); }
td.TdClassName
{
border-color: #5DB61D;
}
.TagClassName
{
border-color: #5DB61D;
}
</style>