Shades of Pastel Green #5EE16B
Tints of Pastel Green #5EE16B
RGB
CMYK
RGB Variations
Color information
#5EE16B (or 0x5EE16B) is known color: Pastel Green. HEX triplet: 5E, E1 and 6B. RGB value is (94,225,107). Sum of RGB (Red+Green+Blue) = 94+225+107=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EE16B is #A11E94. Grayscale: #ACACAC. Windows color (decimal): -10559125 or 7070046. OLE color: 7070046.
HSL color Cylindrical-coordinate representation of color #5EE16B: hue angle of 125.95º 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 #5EE16B is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 225 | 107 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.12 |
| HSL | 125.95º | 0.69% | 0.63% | - |
| HSV(B) | 125.95º | 0.58% | 0.88% | - |
| XYZ | 34.2 | 57.29 | 23.17 | - |
| YUV | 172.38 | 91.1 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 107 | 0.58 | 0 | 0.52 | 0.12 | 125.95 | 0.69 | 0.63 |
| Hex | 5E | E1 | 6B | 3A | 0 | 34 | C | 7E | 45 | 3F |
| Octal | 136 | 341 | 153 | 72 | 0 | 64 | 14 | 176 | 105 | 77 |
| Binary | 1011110 | 11100001 | 1101011 | 111010 | 0 | 110100 | 1100 | 1111110 | 1000101 | 111111 |
Color Harmonies of #5EE16B
Complementary color
Monochromatic Colors of #5EE16B
Black with #5EE16B
Text Example
Text Example
White with #5EE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE16B; }
p { color: rgb(94,225,107); }
H1.HeaderClassName
{
color: #5EE16B;
}
.AnyTagClassName
{
color: #5EE16B;
}
</style>
background-color css
<style>
a { background-color: #5EE16B; }
a { background-color: rgb(94,225,107); }
div.DivClassName
{
background-color: #5EE16B;
}
.BgClassName
{
background-color: #5EE16B;
}
</style>
border-color css
<style>
span { border-color: #5EE16B; }
span { border-color: rgb(94,225,107); }
td.TdClassName
{
border-color: #5EE16B;
}
.TagClassName
{
border-color: #5EE16B;
}
</style>