Shades of Pastel Green #5FEA80
Tints of Pastel Green #5FEA80
RGB
CMYK
RGB Variations
Color information
#5FEA80 (or 0x5FEA80) is known color: Pastel Green. HEX triplet: 5F, EA and 80. RGB value is (95,234,128). Sum of RGB (Red+Green+Blue) = 95+234+128=457 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.79% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEA80 is #A0157F. Grayscale: #B4B4B4. Windows color (decimal): -10491264 or 8448607. OLE color: 8448607.
HSL color Cylindrical-coordinate representation of color #5FEA80: hue angle of 134.24º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEA80 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 128 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.08 |
| HSL | 134.24º | 0.77% | 0.65% | - |
| HSV(B) | 134.24º | 0.59% | 0.92% | - |
| XYZ | 38.04 | 62.84 | 30.55 | - |
| YUV | 180.36 | 98.45 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 128 | 0.59 | 0 | 0.45 | 0.08 | 134.24 | 0.77 | 0.65 |
| Hex | 5F | EA | 80 | 3B | 0 | 2D | 8 | 86 | 4D | 41 |
| Octal | 137 | 352 | 200 | 73 | 0 | 55 | 10 | 206 | 115 | 101 |
| Binary | 1011111 | 11101010 | 10000000 | 111011 | 0 | 101101 | 1000 | 10000110 | 1001101 | 1000001 |
Color Harmonies of #5FEA80
Complementary color
Monochromatic Colors of #5FEA80
Black with #5FEA80
Text Example
Text Example
White with #5FEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA80; }
p { color: rgb(95,234,128); }
H1.HeaderClassName
{
color: #5FEA80;
}
.AnyTagClassName
{
color: #5FEA80;
}
</style>
background-color css
<style>
a { background-color: #5FEA80; }
a { background-color: rgb(95,234,128); }
div.DivClassName
{
background-color: #5FEA80;
}
.BgClassName
{
background-color: #5FEA80;
}
</style>
border-color css
<style>
span { border-color: #5FEA80; }
span { border-color: rgb(95,234,128); }
td.TdClassName
{
border-color: #5FEA80;
}
.TagClassName
{
border-color: #5FEA80;
}
</style>