Shades of Kelly Green #5ED020
Tints of Kelly Green #5ED020
RGB
CMYK
RGB Variations
Color information
#5ED020 (or 0x5ED020) is known color: Kelly Green. HEX triplet: 5E, D0 and 20. RGB value is (94,208,32). Sum of RGB (Red+Green+Blue) = 94+208+32=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED020 is #A12FDF. Grayscale: #9A9A9A. Windows color (decimal): -10563552 or 2150494. OLE color: 2150494.
HSL color Cylindrical-coordinate representation of color #5ED020: hue angle of 98.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5ED020 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 32 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.18 |
| HSL | 98.86º | 0.73% | 0.47% | - |
| HSV(B) | 98.86º | 0.85% | 0.82% | - |
| XYZ | 27.43 | 47.6 | 9.11 | - |
| YUV | 153.85 | 59.23 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 32 | 0.55 | 0 | 0.85 | 0.18 | 98.86 | 0.73 | 0.47 |
| Hex | 5E | D0 | 20 | 37 | 0 | 55 | 12 | 63 | 49 | 2F |
| Octal | 136 | 320 | 40 | 67 | 0 | 125 | 22 | 143 | 111 | 57 |
| Binary | 1011110 | 11010000 | 100000 | 110111 | 0 | 1010101 | 10010 | 1100011 | 1001001 | 101111 |
Color Harmonies of #5ED020
Complementary color
Monochromatic Colors of #5ED020
Black with #5ED020
Text Example
Text Example
White with #5ED020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED020; }
p { color: rgb(94,208,32); }
H1.HeaderClassName
{
color: #5ED020;
}
.AnyTagClassName
{
color: #5ED020;
}
</style>
background-color css
<style>
a { background-color: #5ED020; }
a { background-color: rgb(94,208,32); }
div.DivClassName
{
background-color: #5ED020;
}
.BgClassName
{
background-color: #5ED020;
}
</style>
border-color css
<style>
span { border-color: #5ED020; }
span { border-color: rgb(94,208,32); }
td.TdClassName
{
border-color: #5ED020;
}
.TagClassName
{
border-color: #5ED020;
}
</style>