Shades of Kelly Green #5ED80B
Tints of Kelly Green #5ED80B
RGB
CMYK
RGB Variations
Color information
#5ED80B (or 0x5ED80B) is known color: Kelly Green. HEX triplet: 5E, D8 and 0B. RGB value is (94,216,11). Sum of RGB (Red+Green+Blue) = 94+216+11=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 216 (84.77% from 255 or 67.29% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ED80B is #A127F4. Grayscale: #9C9C9C. Windows color (decimal): -10561525 or 776286. OLE color: 776286.
HSL color Cylindrical-coordinate representation of color #5ED80B: hue angle of 95.71º 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 #5ED80B is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 216 | 11 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.15 |
| HSL | 95.71º | 0.9% | 0.45% | - |
| HSV(B) | 95.71º | 0.95% | 0.85% | - |
| XYZ | 29.23 | 51.52 | 8.72 | - |
| YUV | 156.15 | 46.08 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 216 | 11 | 0.56 | 0 | 0.95 | 0.15 | 95.71 | 0.9 | 0.45 |
| Hex | 5E | D8 | B | 38 | 0 | 5F | F | 60 | 5A | 2D |
| Octal | 136 | 330 | 13 | 70 | 0 | 137 | 17 | 140 | 132 | 55 |
| Binary | 1011110 | 11011000 | 1011 | 111000 | 0 | 1011111 | 1111 | 1100000 | 1011010 | 101101 |
Color Harmonies of #5ED80B
Complementary color
Monochromatic Colors of #5ED80B
Black with #5ED80B
Text Example
Text Example
White with #5ED80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED80B; }
p { color: rgb(94,216,11); }
H1.HeaderClassName
{
color: #5ED80B;
}
.AnyTagClassName
{
color: #5ED80B;
}
</style>
background-color css
<style>
a { background-color: #5ED80B; }
a { background-color: rgb(94,216,11); }
div.DivClassName
{
background-color: #5ED80B;
}
.BgClassName
{
background-color: #5ED80B;
}
</style>
border-color css
<style>
span { border-color: #5ED80B; }
span { border-color: rgb(94,216,11); }
td.TdClassName
{
border-color: #5ED80B;
}
.TagClassName
{
border-color: #5ED80B;
}
</style>