Shades of Pastel Green #5FE46F
Tints of Pastel Green #5FE46F
RGB
CMYK
RGB Variations
Color information
#5FE46F (or 0x5FE46F) is known color: Pastel Green. HEX triplet: 5F, E4 and 6F. RGB value is (95,228,111). Sum of RGB (Red+Green+Blue) = 95+228+111=434 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.89% from 434); Green value is 228 (89.45% from 255 or 52.53% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE46F is #A01B90. Grayscale: #AFAFAF. Windows color (decimal): -10492817 or 7332959. OLE color: 7332959.
HSL color Cylindrical-coordinate representation of color #5FE46F: hue angle of 127.22º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE46F is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 111 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.11 |
| HSL | 127.22º | 0.71% | 0.63% | - |
| HSV(B) | 127.22º | 0.58% | 0.89% | - |
| XYZ | 35.33 | 59.07 | 24.58 | - |
| YUV | 174.9 | 91.94 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 111 | 0.58 | 0 | 0.51 | 0.11 | 127.22 | 0.71 | 0.63 |
| Hex | 5F | E4 | 6F | 3A | 0 | 33 | B | 7F | 47 | 3F |
| Octal | 137 | 344 | 157 | 72 | 0 | 63 | 13 | 177 | 107 | 77 |
| Binary | 1011111 | 11100100 | 1101111 | 111010 | 0 | 110011 | 1011 | 1111111 | 1000111 | 111111 |
Color Harmonies of #5FE46F
Complementary color
Monochromatic Colors of #5FE46F
Black with #5FE46F
Text Example
Text Example
White with #5FE46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE46F; }
p { color: rgb(95,228,111); }
H1.HeaderClassName
{
color: #5FE46F;
}
.AnyTagClassName
{
color: #5FE46F;
}
</style>
background-color css
<style>
a { background-color: #5FE46F; }
a { background-color: rgb(95,228,111); }
div.DivClassName
{
background-color: #5FE46F;
}
.BgClassName
{
background-color: #5FE46F;
}
</style>
border-color css
<style>
span { border-color: #5FE46F; }
span { border-color: rgb(95,228,111); }
td.TdClassName
{
border-color: #5FE46F;
}
.TagClassName
{
border-color: #5FE46F;
}
</style>