Shades of Pastel Green #5EDB63
Tints of Pastel Green #5EDB63
RGB
CMYK
RGB Variations
Color information
#5EDB63 (or 0x5EDB63) is known color: Pastel Green. HEX triplet: 5E, DB and 63. RGB value is (94,219,99). Sum of RGB (Red+Green+Blue) = 94+219+99=412 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.82% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDB63 is #A1249C. Grayscale: #A8A8A8. Windows color (decimal): -10560669 or 6544222. OLE color: 6544222.
HSL color Cylindrical-coordinate representation of color #5EDB63: hue angle of 122.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDB63 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 99 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.14 |
| HSL | 122.4º | 0.63% | 0.61% | - |
| HSV(B) | 122.4º | 0.57% | 0.86% | - |
| XYZ | 32.2 | 53.94 | 20.52 | - |
| YUV | 167.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 99 | 0.57 | 0 | 0.55 | 0.14 | 122.4 | 0.63 | 0.61 |
| Hex | 5E | DB | 63 | 39 | 0 | 37 | E | 7A | 3F | 3D |
| Octal | 136 | 333 | 143 | 71 | 0 | 67 | 16 | 172 | 77 | 75 |
| Binary | 1011110 | 11011011 | 1100011 | 111001 | 0 | 110111 | 1110 | 1111010 | 111111 | 111101 |
Color Harmonies of #5EDB63
Complementary color
Monochromatic Colors of #5EDB63
Black with #5EDB63
Text Example
Text Example
White with #5EDB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDB63; }
p { color: rgb(94,219,99); }
H1.HeaderClassName
{
color: #5EDB63;
}
.AnyTagClassName
{
color: #5EDB63;
}
</style>
background-color css
<style>
a { background-color: #5EDB63; }
a { background-color: rgb(94,219,99); }
div.DivClassName
{
background-color: #5EDB63;
}
.BgClassName
{
background-color: #5EDB63;
}
</style>
border-color css
<style>
span { border-color: #5EDB63; }
span { border-color: rgb(94,219,99); }
td.TdClassName
{
border-color: #5EDB63;
}
.TagClassName
{
border-color: #5EDB63;
}
</style>