Shades of Kelly Green #5ED02B
Tints of Kelly Green #5ED02B
RGB
CMYK
RGB Variations
Color information
#5ED02B (or 0x5ED02B) is known color: Kelly Green. HEX triplet: 5E, D0 and 2B. RGB value is (94,208,43). Sum of RGB (Red+Green+Blue) = 94+208+43=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED02B is #A12FD4. Grayscale: #9B9B9B. Windows color (decimal): -10563541 or 2871390. OLE color: 2871390.
HSL color Cylindrical-coordinate representation of color #5ED02B: hue angle of 101.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5ED02B is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 43 | - |
| CMYK | 0.55 | 0 | 0.79 | 0.18 |
| HSL | 101.45º | 0.66% | 0.49% | - |
| HSV(B) | 101.45º | 0.79% | 0.82% | - |
| XYZ | 27.61 | 47.67 | 10.03 | - |
| YUV | 155.1 | 64.73 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 43 | 0.55 | 0 | 0.79 | 0.18 | 101.45 | 0.66 | 0.49 |
| Hex | 5E | D0 | 2B | 37 | 0 | 4F | 12 | 65 | 42 | 31 |
| Octal | 136 | 320 | 53 | 67 | 0 | 117 | 22 | 145 | 102 | 61 |
| Binary | 1011110 | 11010000 | 101011 | 110111 | 0 | 1001111 | 10010 | 1100101 | 1000010 | 110001 |
Color Harmonies of #5ED02B
Complementary color
Monochromatic Colors of #5ED02B
Black with #5ED02B
Text Example
Text Example
White with #5ED02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED02B; }
p { color: rgb(94,208,43); }
H1.HeaderClassName
{
color: #5ED02B;
}
.AnyTagClassName
{
color: #5ED02B;
}
</style>
background-color css
<style>
a { background-color: #5ED02B; }
a { background-color: rgb(94,208,43); }
div.DivClassName
{
background-color: #5ED02B;
}
.BgClassName
{
background-color: #5ED02B;
}
</style>
border-color css
<style>
span { border-color: #5ED02B; }
span { border-color: rgb(94,208,43); }
td.TdClassName
{
border-color: #5ED02B;
}
.TagClassName
{
border-color: #5ED02B;
}
</style>