Shades of Pastel Green #5FEC7D
Tints of Pastel Green #5FEC7D
RGB
CMYK
RGB Variations
Color information
#5FEC7D (or 0x5FEC7D) is known color: Pastel Green. HEX triplet: 5F, EC and 7D. RGB value is (95,236,125). Sum of RGB (Red+Green+Blue) = 95+236+125=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #5FEC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FEC7D is #A01382. Grayscale: #B5B5B5. Windows color (decimal): -10490755 or 8252511. OLE color: 8252511.
HSL color Cylindrical-coordinate representation of color #5FEC7D: hue angle of 132.77º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEC7D is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 236 | 125 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.07 |
| HSL | 132.77º | 0.79% | 0.65% | - |
| HSV(B) | 132.77º | 0.6% | 0.93% | - |
| XYZ | 38.42 | 63.9 | 29.71 | - |
| YUV | 181.19 | 96.29 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 236 | 125 | 0.60 | 0 | 0.47 | 0.07 | 132.77 | 0.79 | 0.65 |
| Hex | 5F | EC | 7D | 3C | 0 | 2F | 7 | 85 | 4F | 41 |
| Octal | 137 | 354 | 175 | 74 | 0 | 57 | 7 | 205 | 117 | 101 |
| Binary | 1011111 | 11101100 | 1111101 | 111100 | 0 | 101111 | 111 | 10000101 | 1001111 | 1000001 |
Color Harmonies of #5FEC7D
Complementary color
Monochromatic Colors of #5FEC7D
Black with #5FEC7D
Text Example
Text Example
White with #5FEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEC7D; }
p { color: rgb(95,236,125); }
H1.HeaderClassName
{
color: #5FEC7D;
}
.AnyTagClassName
{
color: #5FEC7D;
}
</style>
background-color css
<style>
a { background-color: #5FEC7D; }
a { background-color: rgb(95,236,125); }
div.DivClassName
{
background-color: #5FEC7D;
}
.BgClassName
{
background-color: #5FEC7D;
}
</style>
border-color css
<style>
span { border-color: #5FEC7D; }
span { border-color: rgb(95,236,125); }
td.TdClassName
{
border-color: #5FEC7D;
}
.TagClassName
{
border-color: #5FEC7D;
}
</style>