Shades of Pastel Green #5EF48E
Tints of Pastel Green #5EF48E
RGB
CMYK
RGB Variations
Color information
#5EF48E (or 0x5EF48E) is known color: Pastel Green. HEX triplet: 5E, F4 and 8E. RGB value is (94,244,142). Sum of RGB (Red+Green+Blue) = 94+244+142=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #5EF48E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF48E is #A10B71. Grayscale: #BBBBBB. Windows color (decimal): -10554226 or 9368670. OLE color: 9368670.
HSL color Cylindrical-coordinate representation of color #5EF48E: hue angle of 139.2º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF48E is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 244 | 142 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.04 |
| HSL | 139.2º | 0.87% | 0.66% | - |
| HSV(B) | 139.2º | 0.61% | 0.96% | - |
| XYZ | 41.85 | 69.03 | 36.71 | - |
| YUV | 187.52 | 102.31 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 244 | 142 | 0.61 | 0 | 0.42 | 0.04 | 139.2 | 0.87 | 0.66 |
| Hex | 5E | F4 | 8E | 3D | 0 | 2A | 4 | 8B | 57 | 42 |
| Octal | 136 | 364 | 216 | 75 | 0 | 52 | 4 | 213 | 127 | 102 |
| Binary | 1011110 | 11110100 | 10001110 | 111101 | 0 | 101010 | 100 | 10001011 | 1010111 | 1000010 |
Color Harmonies of #5EF48E
Complementary color
Monochromatic Colors of #5EF48E
Black with #5EF48E
Text Example
Text Example
White with #5EF48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF48E; }
p { color: rgb(94,244,142); }
H1.HeaderClassName
{
color: #5EF48E;
}
.AnyTagClassName
{
color: #5EF48E;
}
</style>
background-color css
<style>
a { background-color: #5EF48E; }
a { background-color: rgb(94,244,142); }
div.DivClassName
{
background-color: #5EF48E;
}
.BgClassName
{
background-color: #5EF48E;
}
</style>
border-color css
<style>
span { border-color: #5EF48E; }
span { border-color: rgb(94,244,142); }
td.TdClassName
{
border-color: #5EF48E;
}
.TagClassName
{
border-color: #5EF48E;
}
</style>