Shades of Pastel Green #5FEF8D
Tints of Pastel Green #5FEF8D
RGB
CMYK
RGB Variations
Color information
#5FEF8D (or 0x5FEF8D) is known color: Pastel Green. HEX triplet: 5F, EF and 8D. RGB value is (95,239,141). Sum of RGB (Red+Green+Blue) = 95+239+141=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEF8D is #A01072. Grayscale: #B9B9B9. Windows color (decimal): -10489971 or 9301855. OLE color: 9301855.
HSL color Cylindrical-coordinate representation of color #5FEF8D: hue angle of 139.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEF8D is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 141 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.06 |
| HSL | 139.17º | 0.82% | 0.65% | - |
| HSV(B) | 139.17º | 0.6% | 0.94% | - |
| XYZ | 40.39 | 66.09 | 35.83 | - |
| YUV | 184.77 | 103.29 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 141 | 0.60 | 0 | 0.41 | 0.06 | 139.17 | 0.82 | 0.65 |
| Hex | 5F | EF | 8D | 3C | 0 | 29 | 6 | 8B | 52 | 41 |
| Octal | 137 | 357 | 215 | 74 | 0 | 51 | 6 | 213 | 122 | 101 |
| Binary | 1011111 | 11101111 | 10001101 | 111100 | 0 | 101001 | 110 | 10001011 | 1010010 | 1000001 |
Color Harmonies of #5FEF8D
Complementary color
Monochromatic Colors of #5FEF8D
Black with #5FEF8D
Text Example
Text Example
White with #5FEF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEF8D; }
p { color: rgb(95,239,141); }
H1.HeaderClassName
{
color: #5FEF8D;
}
.AnyTagClassName
{
color: #5FEF8D;
}
</style>
background-color css
<style>
a { background-color: #5FEF8D; }
a { background-color: rgb(95,239,141); }
div.DivClassName
{
background-color: #5FEF8D;
}
.BgClassName
{
background-color: #5FEF8D;
}
</style>
border-color css
<style>
span { border-color: #5FEF8D; }
span { border-color: rgb(95,239,141); }
td.TdClassName
{
border-color: #5FEF8D;
}
.TagClassName
{
border-color: #5FEF8D;
}
</style>