Shades of Pastel Green #5EE172
Tints of Pastel Green #5EE172
RGB
CMYK
RGB Variations
Color information
#5EE172 (or 0x5EE172) is known color: Pastel Green. HEX triplet: 5E, E1 and 72. RGB value is (94,225,114). Sum of RGB (Red+Green+Blue) = 94+225+114=433 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.71% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EE172 is #A11E8D. Grayscale: #ADADAD. Windows color (decimal): -10559118 or 7528798. OLE color: 7528798.
HSL color Cylindrical-coordinate representation of color #5EE172: hue angle of 129.16º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE172 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 225 | 114 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.12 |
| HSL | 129.16º | 0.69% | 0.63% | - |
| HSV(B) | 129.16º | 0.58% | 0.88% | - |
| XYZ | 34.58 | 57.45 | 25.19 | - |
| YUV | 173.18 | 94.6 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 114 | 0.58 | 0 | 0.49 | 0.12 | 129.16 | 0.69 | 0.63 |
| Hex | 5E | E1 | 72 | 3A | 0 | 31 | C | 81 | 45 | 3F |
| Octal | 136 | 341 | 162 | 72 | 0 | 61 | 14 | 201 | 105 | 77 |
| Binary | 1011110 | 11100001 | 1110010 | 111010 | 0 | 110001 | 1100 | 10000001 | 1000101 | 111111 |
Color Harmonies of #5EE172
Complementary color
Monochromatic Colors of #5EE172
Black with #5EE172
Text Example
Text Example
White with #5EE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE172; }
p { color: rgb(94,225,114); }
H1.HeaderClassName
{
color: #5EE172;
}
.AnyTagClassName
{
color: #5EE172;
}
</style>
background-color css
<style>
a { background-color: #5EE172; }
a { background-color: rgb(94,225,114); }
div.DivClassName
{
background-color: #5EE172;
}
.BgClassName
{
background-color: #5EE172;
}
</style>
border-color css
<style>
span { border-color: #5EE172; }
span { border-color: rgb(94,225,114); }
td.TdClassName
{
border-color: #5EE172;
}
.TagClassName
{
border-color: #5EE172;
}
</style>