Shades of Pastel Green #5EF591
Tints of Pastel Green #5EF591
RGB
CMYK
RGB Variations
Color information
#5EF591 (or 0x5EF591) is known color: Pastel Green. HEX triplet: 5E, F5 and 91. RGB value is (94,245,145). Sum of RGB (Red+Green+Blue) = 94+245+145=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #5EF591 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF591 is #A10A6E. Grayscale: #BCBCBC. Windows color (decimal): -10553967 or 9565534. OLE color: 9565534.
HSL color Cylindrical-coordinate representation of color #5EF591: hue angle of 140.26º 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 #5EF591 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 245 | 145 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.04 |
| HSL | 140.26º | 0.88% | 0.66% | - |
| HSV(B) | 140.26º | 0.62% | 0.96% | - |
| XYZ | 42.38 | 69.73 | 38.01 | - |
| YUV | 188.45 | 103.47 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 245 | 145 | 0.62 | 0 | 0.41 | 0.04 | 140.26 | 0.88 | 0.66 |
| Hex | 5E | F5 | 91 | 3E | 0 | 29 | 4 | 8C | 58 | 42 |
| Octal | 136 | 365 | 221 | 76 | 0 | 51 | 4 | 214 | 130 | 102 |
| Binary | 1011110 | 11110101 | 10010001 | 111110 | 0 | 101001 | 100 | 10001100 | 1011000 | 1000010 |
Color Harmonies of #5EF591
Complementary color
Monochromatic Colors of #5EF591
Black with #5EF591
Text Example
Text Example
White with #5EF591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF591; }
p { color: rgb(94,245,145); }
H1.HeaderClassName
{
color: #5EF591;
}
.AnyTagClassName
{
color: #5EF591;
}
</style>
background-color css
<style>
a { background-color: #5EF591; }
a { background-color: rgb(94,245,145); }
div.DivClassName
{
background-color: #5EF591;
}
.BgClassName
{
background-color: #5EF591;
}
</style>
border-color css
<style>
span { border-color: #5EF591; }
span { border-color: rgb(94,245,145); }
td.TdClassName
{
border-color: #5EF591;
}
.TagClassName
{
border-color: #5EF591;
}
</style>