Shades of Pastel Green #5EEC7D
Tints of Pastel Green #5EEC7D
RGB
CMYK
RGB Variations
Color information
#5EEC7D (or 0x5EEC7D) is known color: Pastel Green. HEX triplet: 5E, EC and 7D. RGB value is (94,236,125). Sum of RGB (Red+Green+Blue) = 94+236+125=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #5EEC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5EEC7D is #A11382. Grayscale: #B5B5B5. Windows color (decimal): -10556291 or 8252510. OLE color: 8252510.
HSL color Cylindrical-coordinate representation of color #5EEC7D: hue angle of 133.1º 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 #5EEC7D is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 236 | 125 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.07 |
| HSL | 133.1º | 0.79% | 0.65% | - |
| HSV(B) | 133.1º | 0.6% | 0.93% | - |
| XYZ | 38.31 | 63.85 | 29.71 | - |
| YUV | 180.89 | 96.46 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 236 | 125 | 0.60 | 0 | 0.47 | 0.07 | 133.1 | 0.79 | 0.65 |
| Hex | 5E | EC | 7D | 3C | 0 | 2F | 7 | 85 | 4F | 41 |
| Octal | 136 | 354 | 175 | 74 | 0 | 57 | 7 | 205 | 117 | 101 |
| Binary | 1011110 | 11101100 | 1111101 | 111100 | 0 | 101111 | 111 | 10000101 | 1001111 | 1000001 |
Color Harmonies of #5EEC7D
Complementary color
Monochromatic Colors of #5EEC7D
Black with #5EEC7D
Text Example
Text Example
White with #5EEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEC7D; }
p { color: rgb(94,236,125); }
H1.HeaderClassName
{
color: #5EEC7D;
}
.AnyTagClassName
{
color: #5EEC7D;
}
</style>
background-color css
<style>
a { background-color: #5EEC7D; }
a { background-color: rgb(94,236,125); }
div.DivClassName
{
background-color: #5EEC7D;
}
.BgClassName
{
background-color: #5EEC7D;
}
</style>
border-color css
<style>
span { border-color: #5EEC7D; }
span { border-color: rgb(94,236,125); }
td.TdClassName
{
border-color: #5EEC7D;
}
.TagClassName
{
border-color: #5EEC7D;
}
</style>