Shades of Pastel Green #5EEC81
Tints of Pastel Green #5EEC81
RGB
CMYK
RGB Variations
Color information
#5EEC81 (or 0x5EEC81) is known color: Pastel Green. HEX triplet: 5E, EC and 81. RGB value is (94,236,129). Sum of RGB (Red+Green+Blue) = 94+236+129=459 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.48% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #5EEC81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EEC81 is #A1137E. Grayscale: #B5B5B5. Windows color (decimal): -10556287 or 8514654. OLE color: 8514654.
HSL color Cylindrical-coordinate representation of color #5EEC81: hue angle of 134.79º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEC81 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 129 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.07 |
| HSL | 134.79º | 0.79% | 0.65% | - |
| HSV(B) | 134.79º | 0.6% | 0.93% | - |
| XYZ | 38.57 | 63.96 | 31.08 | - |
| YUV | 181.34 | 98.46 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 129 | 0.60 | 0 | 0.45 | 0.07 | 134.79 | 0.79 | 0.65 |
| Hex | 5E | EC | 81 | 3C | 0 | 2D | 7 | 87 | 4F | 41 |
| Octal | 136 | 354 | 201 | 74 | 0 | 55 | 7 | 207 | 117 | 101 |
| Binary | 1011110 | 11101100 | 10000001 | 111100 | 0 | 101101 | 111 | 10000111 | 1001111 | 1000001 |
Color Harmonies of #5EEC81
Complementary color
Monochromatic Colors of #5EEC81
Black with #5EEC81
Text Example
Text Example
White with #5EEC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEC81; }
p { color: rgb(94,236,129); }
H1.HeaderClassName
{
color: #5EEC81;
}
.AnyTagClassName
{
color: #5EEC81;
}
</style>
background-color css
<style>
a { background-color: #5EEC81; }
a { background-color: rgb(94,236,129); }
div.DivClassName
{
background-color: #5EEC81;
}
.BgClassName
{
background-color: #5EEC81;
}
</style>
border-color css
<style>
span { border-color: #5EEC81; }
span { border-color: rgb(94,236,129); }
td.TdClassName
{
border-color: #5EEC81;
}
.TagClassName
{
border-color: #5EEC81;
}
</style>