Shades of Kelly Green #5DD80B
Tints of Kelly Green #5DD80B
RGB
CMYK
RGB Variations
Color information
#5DD80B (or 0x5DD80B) is known color: Kelly Green. HEX triplet: 5D, D8 and 0B. RGB value is (93,216,11). Sum of RGB (Red+Green+Blue) = 93+216+11=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 216 (84.77% from 255 or 67.5% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD80B is #A227F4. Grayscale: #9C9C9C. Windows color (decimal): -10627061 or 776285. OLE color: 776285.
HSL color Cylindrical-coordinate representation of color #5DD80B: hue angle of 96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DD80B is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 216 | 11 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.15 |
| HSL | 96º | 0.9% | 0.45% | - |
| HSV(B) | 96º | 0.95% | 0.85% | - |
| XYZ | 29.13 | 51.46 | 8.71 | - |
| YUV | 155.85 | 46.25 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 216 | 11 | 0.57 | 0 | 0.95 | 0.15 | 96 | 0.9 | 0.45 |
| Hex | 5D | D8 | B | 39 | 0 | 5F | F | 60 | 5A | 2D |
| Octal | 135 | 330 | 13 | 71 | 0 | 137 | 17 | 140 | 132 | 55 |
| Binary | 1011101 | 11011000 | 1011 | 111001 | 0 | 1011111 | 1111 | 1100000 | 1011010 | 101101 |
Color Harmonies of #5DD80B
Complementary color
Monochromatic Colors of #5DD80B
Black with #5DD80B
Text Example
Text Example
White with #5DD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD80B; }
p { color: rgb(93,216,11); }
H1.HeaderClassName
{
color: #5DD80B;
}
.AnyTagClassName
{
color: #5DD80B;
}
</style>
background-color css
<style>
a { background-color: #5DD80B; }
a { background-color: rgb(93,216,11); }
div.DivClassName
{
background-color: #5DD80B;
}
.BgClassName
{
background-color: #5DD80B;
}
</style>
border-color css
<style>
span { border-color: #5DD80B; }
span { border-color: rgb(93,216,11); }
td.TdClassName
{
border-color: #5DD80B;
}
.TagClassName
{
border-color: #5DD80B;
}
</style>