Shades of Pastel Green #5EEA7D
Tints of Pastel Green #5EEA7D
RGB
CMYK
RGB Variations
Color information
#5EEA7D (or 0x5EEA7D) is known color: Pastel Green. HEX triplet: 5E, EA and 7D. RGB value is (94,234,125). Sum of RGB (Red+Green+Blue) = 94+234+125=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #5EEA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5EEA7D is #A11582. Grayscale: #B4B4B4. Windows color (decimal): -10556803 or 8251998. OLE color: 8251998.
HSL color Cylindrical-coordinate representation of color #5EEA7D: hue angle of 133.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEA7D is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 234 | 125 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.08 |
| HSL | 133.29º | 0.77% | 0.64% | - |
| HSV(B) | 133.29º | 0.6% | 0.92% | - |
| XYZ | 37.74 | 62.71 | 29.52 | - |
| YUV | 179.71 | 97.12 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 125 | 0.60 | 0 | 0.47 | 0.08 | 133.29 | 0.77 | 0.64 |
| Hex | 5E | EA | 7D | 3C | 0 | 2F | 8 | 85 | 4D | 40 |
| Octal | 136 | 352 | 175 | 74 | 0 | 57 | 10 | 205 | 115 | 100 |
| Binary | 1011110 | 11101010 | 1111101 | 111100 | 0 | 101111 | 1000 | 10000101 | 1001101 | 1000000 |
Color Harmonies of #5EEA7D
Complementary color
Monochromatic Colors of #5EEA7D
Black with #5EEA7D
Text Example
Text Example
White with #5EEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEA7D; }
p { color: rgb(94,234,125); }
H1.HeaderClassName
{
color: #5EEA7D;
}
.AnyTagClassName
{
color: #5EEA7D;
}
</style>
background-color css
<style>
a { background-color: #5EEA7D; }
a { background-color: rgb(94,234,125); }
div.DivClassName
{
background-color: #5EEA7D;
}
.BgClassName
{
background-color: #5EEA7D;
}
</style>
border-color css
<style>
span { border-color: #5EEA7D; }
span { border-color: rgb(94,234,125); }
td.TdClassName
{
border-color: #5EEA7D;
}
.TagClassName
{
border-color: #5EEA7D;
}
</style>