Shades of Pastel Green #5EDE72
Tints of Pastel Green #5EDE72
RGB
CMYK
RGB Variations
Color information
#5EDE72 (or 0x5EDE72) is known color: Pastel Green. HEX triplet: 5E, DE and 72. RGB value is (94,222,114). Sum of RGB (Red+Green+Blue) = 94+222+114=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDE72 is #A1218D. Grayscale: #ABABAB. Windows color (decimal): -10559886 or 7528030. OLE color: 7528030.
HSL color Cylindrical-coordinate representation of color #5EDE72: hue angle of 129.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDE72 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 222 | 114 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.13 |
| HSL | 129.38º | 0.66% | 0.62% | - |
| HSV(B) | 129.38º | 0.58% | 0.87% | - |
| XYZ | 33.77 | 55.84 | 24.92 | - |
| YUV | 171.42 | 95.59 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 114 | 0.58 | 0 | 0.49 | 0.13 | 129.38 | 0.66 | 0.62 |
| Hex | 5E | DE | 72 | 3A | 0 | 31 | D | 81 | 42 | 3E |
| Octal | 136 | 336 | 162 | 72 | 0 | 61 | 15 | 201 | 102 | 76 |
| Binary | 1011110 | 11011110 | 1110010 | 111010 | 0 | 110001 | 1101 | 10000001 | 1000010 | 111110 |
Color Harmonies of #5EDE72
Complementary color
Monochromatic Colors of #5EDE72
Black with #5EDE72
Text Example
Text Example
White with #5EDE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDE72; }
p { color: rgb(94,222,114); }
H1.HeaderClassName
{
color: #5EDE72;
}
.AnyTagClassName
{
color: #5EDE72;
}
</style>
background-color css
<style>
a { background-color: #5EDE72; }
a { background-color: rgb(94,222,114); }
div.DivClassName
{
background-color: #5EDE72;
}
.BgClassName
{
background-color: #5EDE72;
}
</style>
border-color css
<style>
span { border-color: #5EDE72; }
span { border-color: rgb(94,222,114); }
td.TdClassName
{
border-color: #5EDE72;
}
.TagClassName
{
border-color: #5EDE72;
}
</style>