Shades of Pastel Green #5EF48C
Tints of Pastel Green #5EF48C
RGB
CMYK
RGB Variations
Color information
#5EF48C (or 0x5EF48C) is known color: Pastel Green. HEX triplet: 5E, F4 and 8C. RGB value is (94,244,140). Sum of RGB (Red+Green+Blue) = 94+244+140=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 244 (95.70% from 255 or 51.05% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 244 - color contains mainly: green. Hex color #5EF48C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF48C is #A10B73. Grayscale: #BBBBBB. Windows color (decimal): -10554228 or 9237598. OLE color: 9237598.
HSL color Cylindrical-coordinate representation of color #5EF48C: hue angle of 138.4º 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 #5EF48C is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 244 | 140 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.04 |
| HSL | 138.4º | 0.87% | 0.66% | - |
| HSV(B) | 138.4º | 0.61% | 0.96% | - |
| XYZ | 41.7 | 68.97 | 35.93 | - |
| YUV | 187.29 | 101.31 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 244 | 140 | 0.61 | 0 | 0.43 | 0.04 | 138.4 | 0.87 | 0.66 |
| Hex | 5E | F4 | 8C | 3D | 0 | 2B | 4 | 8A | 57 | 42 |
| Octal | 136 | 364 | 214 | 75 | 0 | 53 | 4 | 212 | 127 | 102 |
| Binary | 1011110 | 11110100 | 10001100 | 111101 | 0 | 101011 | 100 | 10001010 | 1010111 | 1000010 |
Color Harmonies of #5EF48C
Complementary color
Monochromatic Colors of #5EF48C
Black with #5EF48C
Text Example
Text Example
White with #5EF48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF48C; }
p { color: rgb(94,244,140); }
H1.HeaderClassName
{
color: #5EF48C;
}
.AnyTagClassName
{
color: #5EF48C;
}
</style>
background-color css
<style>
a { background-color: #5EF48C; }
a { background-color: rgb(94,244,140); }
div.DivClassName
{
background-color: #5EF48C;
}
.BgClassName
{
background-color: #5EF48C;
}
</style>
border-color css
<style>
span { border-color: #5EF48C; }
span { border-color: rgb(94,244,140); }
td.TdClassName
{
border-color: #5EF48C;
}
.TagClassName
{
border-color: #5EF48C;
}
</style>