Shades of Kelly Green #5ED50B
Tints of Kelly Green #5ED50B
RGB
CMYK
RGB Variations
Color information
#5ED50B (or 0x5ED50B) is known color: Kelly Green. HEX triplet: 5E, D5 and 0B. RGB value is (94,213,11). Sum of RGB (Red+Green+Blue) = 94+213+11=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 213 (83.59% from 255 or 66.98% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ED50B is #A12AF4. Grayscale: #9B9B9B. Windows color (decimal): -10562293 or 775518. OLE color: 775518.
HSL color Cylindrical-coordinate representation of color #5ED50B: hue angle of 95.35º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5ED50B is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 213 | 11 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.16 |
| HSL | 95.35º | 0.9% | 0.44% | - |
| HSV(B) | 95.35º | 0.95% | 0.84% | - |
| XYZ | 28.47 | 49.99 | 8.47 | - |
| YUV | 154.39 | 47.08 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 213 | 11 | 0.56 | 0 | 0.95 | 0.16 | 95.35 | 0.9 | 0.44 |
| Hex | 5E | D5 | B | 38 | 0 | 5F | 10 | 5F | 5A | 2C |
| Octal | 136 | 325 | 13 | 70 | 0 | 137 | 20 | 137 | 132 | 54 |
| Binary | 1011110 | 11010101 | 1011 | 111000 | 0 | 1011111 | 10000 | 1011111 | 1011010 | 101100 |
Color Harmonies of #5ED50B
Complementary color
Monochromatic Colors of #5ED50B
Black with #5ED50B
Text Example
Text Example
White with #5ED50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED50B; }
p { color: rgb(94,213,11); }
H1.HeaderClassName
{
color: #5ED50B;
}
.AnyTagClassName
{
color: #5ED50B;
}
</style>
background-color css
<style>
a { background-color: #5ED50B; }
a { background-color: rgb(94,213,11); }
div.DivClassName
{
background-color: #5ED50B;
}
.BgClassName
{
background-color: #5ED50B;
}
</style>
border-color css
<style>
span { border-color: #5ED50B; }
span { border-color: rgb(94,213,11); }
td.TdClassName
{
border-color: #5ED50B;
}
.TagClassName
{
border-color: #5ED50B;
}
</style>