Shades of Kelly Green #5ED00B
Tints of Kelly Green #5ED00B
RGB
CMYK
RGB Variations
Color information
#5ED00B (or 0x5ED00B) is known color: Kelly Green. HEX triplet: 5E, D0 and 0B. RGB value is (94,208,11). Sum of RGB (Red+Green+Blue) = 94+208+11=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED00B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ED00B is #A12FF4. Grayscale: #989898. Windows color (decimal): -10563573 or 774238. OLE color: 774238.
HSL color Cylindrical-coordinate representation of color #5ED00B: hue angle of 94.72º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5ED00B is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 11 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.18 |
| HSL | 94.72º | 0.9% | 0.43% | - |
| HSV(B) | 94.72º | 0.95% | 0.82% | - |
| XYZ | 27.23 | 47.52 | 8.05 | - |
| YUV | 151.46 | 48.73 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 11 | 0.55 | 0 | 0.95 | 0.18 | 94.72 | 0.9 | 0.43 |
| Hex | 5E | D0 | B | 37 | 0 | 5F | 12 | 5F | 5A | 2B |
| Octal | 136 | 320 | 13 | 67 | 0 | 137 | 22 | 137 | 132 | 53 |
| Binary | 1011110 | 11010000 | 1011 | 110111 | 0 | 1011111 | 10010 | 1011111 | 1011010 | 101011 |
Color Harmonies of #5ED00B
Complementary color
Monochromatic Colors of #5ED00B
Black with #5ED00B
Text Example
Text Example
White with #5ED00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED00B; }
p { color: rgb(94,208,11); }
H1.HeaderClassName
{
color: #5ED00B;
}
.AnyTagClassName
{
color: #5ED00B;
}
</style>
background-color css
<style>
a { background-color: #5ED00B; }
a { background-color: rgb(94,208,11); }
div.DivClassName
{
background-color: #5ED00B;
}
.BgClassName
{
background-color: #5ED00B;
}
</style>
border-color css
<style>
span { border-color: #5ED00B; }
span { border-color: rgb(94,208,11); }
td.TdClassName
{
border-color: #5ED00B;
}
.TagClassName
{
border-color: #5ED00B;
}
</style>