Shades of Pastel Green #5FEA7F
Tints of Pastel Green #5FEA7F
RGB
CMYK
RGB Variations
Color information
#5FEA7F (or 0x5FEA7F) is known color: Pastel Green. HEX triplet: 5F, EA and 7F. RGB value is (95,234,127). Sum of RGB (Red+Green+Blue) = 95+234+127=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FEA7F is #A01580. Grayscale: #B4B4B4. Windows color (decimal): -10491265 or 8383071. OLE color: 8383071.
HSL color Cylindrical-coordinate representation of color #5FEA7F: hue angle of 133.81º 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 #5FEA7F is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 127 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.08 |
| HSL | 133.81º | 0.77% | 0.65% | - |
| HSV(B) | 133.81º | 0.59% | 0.92% | - |
| XYZ | 37.97 | 62.81 | 30.2 | - |
| YUV | 180.24 | 97.95 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 127 | 0.59 | 0 | 0.46 | 0.08 | 133.81 | 0.77 | 0.65 |
| Hex | 5F | EA | 7F | 3B | 0 | 2E | 8 | 86 | 4D | 41 |
| Octal | 137 | 352 | 177 | 73 | 0 | 56 | 10 | 206 | 115 | 101 |
| Binary | 1011111 | 11101010 | 1111111 | 111011 | 0 | 101110 | 1000 | 10000110 | 1001101 | 1000001 |
Color Harmonies of #5FEA7F
Complementary color
Monochromatic Colors of #5FEA7F
Black with #5FEA7F
Text Example
Text Example
White with #5FEA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA7F; }
p { color: rgb(95,234,127); }
H1.HeaderClassName
{
color: #5FEA7F;
}
.AnyTagClassName
{
color: #5FEA7F;
}
</style>
background-color css
<style>
a { background-color: #5FEA7F; }
a { background-color: rgb(95,234,127); }
div.DivClassName
{
background-color: #5FEA7F;
}
.BgClassName
{
background-color: #5FEA7F;
}
</style>
border-color css
<style>
span { border-color: #5FEA7F; }
span { border-color: rgb(95,234,127); }
td.TdClassName
{
border-color: #5FEA7F;
}
.TagClassName
{
border-color: #5FEA7F;
}
</style>