Shades of Pastel Green #5FEF8A
Tints of Pastel Green #5FEF8A
RGB
CMYK
RGB Variations
Color information
#5FEF8A (or 0x5FEF8A) is known color: Pastel Green. HEX triplet: 5F, EF and 8A. RGB value is (95,239,138). Sum of RGB (Red+Green+Blue) = 95+239+138=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEF8A is #A01075. Grayscale: #B8B8B8. Windows color (decimal): -10489974 or 9105247. OLE color: 9105247.
HSL color Cylindrical-coordinate representation of color #5FEF8A: hue angle of 137.92º 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 #5FEF8A is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 138 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.06 |
| HSL | 137.92º | 0.82% | 0.65% | - |
| HSV(B) | 137.92º | 0.6% | 0.94% | - |
| XYZ | 40.17 | 66 | 34.67 | - |
| YUV | 184.43 | 101.79 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 138 | 0.60 | 0 | 0.42 | 0.06 | 137.92 | 0.82 | 0.65 |
| Hex | 5F | EF | 8A | 3C | 0 | 2A | 6 | 8A | 52 | 41 |
| Octal | 137 | 357 | 212 | 74 | 0 | 52 | 6 | 212 | 122 | 101 |
| Binary | 1011111 | 11101111 | 10001010 | 111100 | 0 | 101010 | 110 | 10001010 | 1010010 | 1000001 |
Color Harmonies of #5FEF8A
Complementary color
Monochromatic Colors of #5FEF8A
Black with #5FEF8A
Text Example
Text Example
White with #5FEF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEF8A; }
p { color: rgb(95,239,138); }
H1.HeaderClassName
{
color: #5FEF8A;
}
.AnyTagClassName
{
color: #5FEF8A;
}
</style>
background-color css
<style>
a { background-color: #5FEF8A; }
a { background-color: rgb(95,239,138); }
div.DivClassName
{
background-color: #5FEF8A;
}
.BgClassName
{
background-color: #5FEF8A;
}
</style>
border-color css
<style>
span { border-color: #5FEF8A; }
span { border-color: rgb(95,239,138); }
td.TdClassName
{
border-color: #5FEF8A;
}
.TagClassName
{
border-color: #5FEF8A;
}
</style>