Shades of Pastel Green #5ED858
Tints of Pastel Green #5ED858
RGB
CMYK
RGB Variations
Color information
#5ED858 (or 0x5ED858) is known color: Pastel Green. HEX triplet: 5E, D8 and 58. RGB value is (94,216,88). Sum of RGB (Red+Green+Blue) = 94+216+88=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED858 is #A127A7. Grayscale: #A5A5A5. Windows color (decimal): -10561448 or 5822558. OLE color: 5822558.
HSL color Cylindrical-coordinate representation of color #5ED858: hue angle of 117.19º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ED858 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 216 | 88 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.15 |
| HSL | 117.19º | 0.62% | 0.6% | - |
| HSV(B) | 117.19º | 0.59% | 0.85% | - |
| XYZ | 30.93 | 52.2 | 17.68 | - |
| YUV | 164.93 | 84.58 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 216 | 88 | 0.56 | 0 | 0.59 | 0.15 | 117.19 | 0.62 | 0.6 |
| Hex | 5E | D8 | 58 | 38 | 0 | 3B | F | 75 | 3E | 3C |
| Octal | 136 | 330 | 130 | 70 | 0 | 73 | 17 | 165 | 76 | 74 |
| Binary | 1011110 | 11011000 | 1011000 | 111000 | 0 | 111011 | 1111 | 1110101 | 111110 | 111100 |
Color Harmonies of #5ED858
Complementary color
Monochromatic Colors of #5ED858
Black with #5ED858
Text Example
Text Example
White with #5ED858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED858; }
p { color: rgb(94,216,88); }
H1.HeaderClassName
{
color: #5ED858;
}
.AnyTagClassName
{
color: #5ED858;
}
</style>
background-color css
<style>
a { background-color: #5ED858; }
a { background-color: rgb(94,216,88); }
div.DivClassName
{
background-color: #5ED858;
}
.BgClassName
{
background-color: #5ED858;
}
</style>
border-color css
<style>
span { border-color: #5ED858; }
span { border-color: rgb(94,216,88); }
td.TdClassName
{
border-color: #5ED858;
}
.TagClassName
{
border-color: #5ED858;
}
</style>