Shades of Pastel Green #5EF58F
Tints of Pastel Green #5EF58F
RGB
CMYK
RGB Variations
Color information
#5EF58F (or 0x5EF58F) is known color: Pastel Green. HEX triplet: 5E, F5 and 8F. RGB value is (94,245,143). Sum of RGB (Red+Green+Blue) = 94+245+143=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #5EF58F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF58F is #A10A70. Grayscale: #BCBCBC. Windows color (decimal): -10553969 or 9434462. OLE color: 9434462.
HSL color Cylindrical-coordinate representation of color #5EF58F: hue angle of 139.47º 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 #5EF58F is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 245 | 143 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.04 |
| HSL | 139.47º | 0.88% | 0.66% | - |
| HSV(B) | 139.47º | 0.62% | 0.96% | - |
| XYZ | 42.23 | 69.67 | 37.21 | - |
| YUV | 188.22 | 102.47 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 245 | 143 | 0.62 | 0 | 0.42 | 0.04 | 139.47 | 0.88 | 0.66 |
| Hex | 5E | F5 | 8F | 3E | 0 | 2A | 4 | 8B | 58 | 42 |
| Octal | 136 | 365 | 217 | 76 | 0 | 52 | 4 | 213 | 130 | 102 |
| Binary | 1011110 | 11110101 | 10001111 | 111110 | 0 | 101010 | 100 | 10001011 | 1011000 | 1000010 |
Color Harmonies of #5EF58F
Complementary color
Monochromatic Colors of #5EF58F
Black with #5EF58F
Text Example
Text Example
White with #5EF58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF58F; }
p { color: rgb(94,245,143); }
H1.HeaderClassName
{
color: #5EF58F;
}
.AnyTagClassName
{
color: #5EF58F;
}
</style>
background-color css
<style>
a { background-color: #5EF58F; }
a { background-color: rgb(94,245,143); }
div.DivClassName
{
background-color: #5EF58F;
}
.BgClassName
{
background-color: #5EF58F;
}
</style>
border-color css
<style>
span { border-color: #5EF58F; }
span { border-color: rgb(94,245,143); }
td.TdClassName
{
border-color: #5EF58F;
}
.TagClassName
{
border-color: #5EF58F;
}
</style>