Shades of Pastel Green #5FE77E
Tints of Pastel Green #5FE77E
RGB
CMYK
RGB Variations
Color information
#5FE77E (or 0x5FE77E) is known color: Pastel Green. HEX triplet: 5F, E7 and 7E. RGB value is (95,231,126). Sum of RGB (Red+Green+Blue) = 95+231+126=452 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.02% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #5FE77E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FE77E is #A01881. Grayscale: #B2B2B2. Windows color (decimal): -10492034 or 8316767. OLE color: 8316767.
HSL color Cylindrical-coordinate representation of color #5FE77E: hue angle of 133.68º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE77E is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 231 | 126 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.09 |
| HSL | 133.68º | 0.74% | 0.64% | - |
| HSV(B) | 133.68º | 0.59% | 0.91% | - |
| XYZ | 37.06 | 61.09 | 29.58 | - |
| YUV | 178.37 | 98.44 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 231 | 126 | 0.59 | 0 | 0.45 | 0.09 | 133.68 | 0.74 | 0.64 |
| Hex | 5F | E7 | 7E | 3B | 0 | 2D | 9 | 86 | 4A | 40 |
| Octal | 137 | 347 | 176 | 73 | 0 | 55 | 11 | 206 | 112 | 100 |
| Binary | 1011111 | 11100111 | 1111110 | 111011 | 0 | 101101 | 1001 | 10000110 | 1001010 | 1000000 |
Color Harmonies of #5FE77E
Complementary color
Monochromatic Colors of #5FE77E
Black with #5FE77E
Text Example
Text Example
White with #5FE77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE77E; }
p { color: rgb(95,231,126); }
H1.HeaderClassName
{
color: #5FE77E;
}
.AnyTagClassName
{
color: #5FE77E;
}
</style>
background-color css
<style>
a { background-color: #5FE77E; }
a { background-color: rgb(95,231,126); }
div.DivClassName
{
background-color: #5FE77E;
}
.BgClassName
{
background-color: #5FE77E;
}
</style>
border-color css
<style>
span { border-color: #5FE77E; }
span { border-color: rgb(95,231,126); }
td.TdClassName
{
border-color: #5FE77E;
}
.TagClassName
{
border-color: #5FE77E;
}
</style>