Shades of Pastel Green #5EE977
Tints of Pastel Green #5EE977
RGB
CMYK
RGB Variations
Color information
#5EE977 (or 0x5EE977) is known color: Pastel Green. HEX triplet: 5E, E9 and 77. RGB value is (94,233,119). Sum of RGB (Red+Green+Blue) = 94+233+119=446 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.08% from 446); Green value is 233 (91.41% from 255 or 52.24% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 233 - color contains mainly: green. Hex color #5EE977 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5EE977 is #A11688. Grayscale: #B2B2B2. Windows color (decimal): -10557065 or 7858526. OLE color: 7858526.
HSL color Cylindrical-coordinate representation of color #5EE977: hue angle of 130.79º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EE977 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 233 | 119 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.09 |
| HSL | 130.79º | 0.76% | 0.64% | - |
| HSV(B) | 130.79º | 0.6% | 0.91% | - |
| XYZ | 37.08 | 61.99 | 27.46 | - |
| YUV | 178.44 | 94.45 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 233 | 119 | 0.60 | 0 | 0.49 | 0.09 | 130.79 | 0.76 | 0.64 |
| Hex | 5E | E9 | 77 | 3C | 0 | 31 | 9 | 83 | 4C | 40 |
| Octal | 136 | 351 | 167 | 74 | 0 | 61 | 11 | 203 | 114 | 100 |
| Binary | 1011110 | 11101001 | 1110111 | 111100 | 0 | 110001 | 1001 | 10000011 | 1001100 | 1000000 |
Color Harmonies of #5EE977
Complementary color
Monochromatic Colors of #5EE977
Black with #5EE977
Text Example
Text Example
White with #5EE977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE977; }
p { color: rgb(94,233,119); }
H1.HeaderClassName
{
color: #5EE977;
}
.AnyTagClassName
{
color: #5EE977;
}
</style>
background-color css
<style>
a { background-color: #5EE977; }
a { background-color: rgb(94,233,119); }
div.DivClassName
{
background-color: #5EE977;
}
.BgClassName
{
background-color: #5EE977;
}
</style>
border-color css
<style>
span { border-color: #5EE977; }
span { border-color: rgb(94,233,119); }
td.TdClassName
{
border-color: #5EE977;
}
.TagClassName
{
border-color: #5EE977;
}
</style>