Shades of Pastel Green #5EF58E
Tints of Pastel Green #5EF58E
RGB
CMYK
RGB Variations
Color information
#5EF58E (or 0x5EF58E) is known color: Pastel Green. HEX triplet: 5E, F5 and 8E. RGB value is (94,245,142). Sum of RGB (Red+Green+Blue) = 94+245+142=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #5EF58E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF58E is #A10A71. Grayscale: #BCBCBC. Windows color (decimal): -10553970 or 9368926. OLE color: 9368926.
HSL color Cylindrical-coordinate representation of color #5EF58E: hue angle of 139.07º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF58E is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 245 | 142 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.04 |
| HSL | 139.07º | 0.88% | 0.66% | - |
| HSV(B) | 139.07º | 0.62% | 0.96% | - |
| XYZ | 42.15 | 69.64 | 36.81 | - |
| YUV | 188.11 | 101.97 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 245 | 142 | 0.62 | 0 | 0.42 | 0.04 | 139.07 | 0.88 | 0.66 |
| Hex | 5E | F5 | 8E | 3E | 0 | 2A | 4 | 8B | 58 | 42 |
| Octal | 136 | 365 | 216 | 76 | 0 | 52 | 4 | 213 | 130 | 102 |
| Binary | 1011110 | 11110101 | 10001110 | 111110 | 0 | 101010 | 100 | 10001011 | 1011000 | 1000010 |
Color Harmonies of #5EF58E
Complementary color
Monochromatic Colors of #5EF58E
Black with #5EF58E
Text Example
Text Example
White with #5EF58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF58E; }
p { color: rgb(94,245,142); }
H1.HeaderClassName
{
color: #5EF58E;
}
.AnyTagClassName
{
color: #5EF58E;
}
</style>
background-color css
<style>
a { background-color: #5EF58E; }
a { background-color: rgb(94,245,142); }
div.DivClassName
{
background-color: #5EF58E;
}
.BgClassName
{
background-color: #5EF58E;
}
</style>
border-color css
<style>
span { border-color: #5EF58E; }
span { border-color: rgb(94,245,142); }
td.TdClassName
{
border-color: #5EF58E;
}
.TagClassName
{
border-color: #5EF58E;
}
</style>