Shades of Pastel Green #5EE16F
Tints of Pastel Green #5EE16F
RGB
CMYK
RGB Variations
Color information
#5EE16F (or 0x5EE16F) is known color: Pastel Green. HEX triplet: 5E, E1 and 6F. RGB value is (94,225,111). Sum of RGB (Red+Green+Blue) = 94+225+111=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE16F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EE16F is #A11E90. Grayscale: #ADADAD. Windows color (decimal): -10559121 or 7332190. OLE color: 7332190.
HSL color Cylindrical-coordinate representation of color #5EE16F: hue angle of 127.79º 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 #5EE16F is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 225 | 111 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.12 |
| HSL | 127.79º | 0.69% | 0.63% | - |
| HSV(B) | 127.79º | 0.58% | 0.88% | - |
| XYZ | 34.41 | 57.38 | 24.3 | - |
| YUV | 172.84 | 93.1 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 111 | 0.58 | 0 | 0.51 | 0.12 | 127.79 | 0.69 | 0.63 |
| Hex | 5E | E1 | 6F | 3A | 0 | 33 | C | 80 | 45 | 3F |
| Octal | 136 | 341 | 157 | 72 | 0 | 63 | 14 | 200 | 105 | 77 |
| Binary | 1011110 | 11100001 | 1101111 | 111010 | 0 | 110011 | 1100 | 10000000 | 1000101 | 111111 |
Color Harmonies of #5EE16F
Complementary color
Monochromatic Colors of #5EE16F
Black with #5EE16F
Text Example
Text Example
White with #5EE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE16F; }
p { color: rgb(94,225,111); }
H1.HeaderClassName
{
color: #5EE16F;
}
.AnyTagClassName
{
color: #5EE16F;
}
</style>
background-color css
<style>
a { background-color: #5EE16F; }
a { background-color: rgb(94,225,111); }
div.DivClassName
{
background-color: #5EE16F;
}
.BgClassName
{
background-color: #5EE16F;
}
</style>
border-color css
<style>
span { border-color: #5EE16F; }
span { border-color: rgb(94,225,111); }
td.TdClassName
{
border-color: #5EE16F;
}
.TagClassName
{
border-color: #5EE16F;
}
</style>