Shades of Emerald #5FE48D
Tints of Emerald #5FE48D
RGB
CMYK
RGB Variations
Color information
#5FE48D (or 0x5FE48D) is known color: Emerald. HEX triplet: 5F, E4 and 8D. RGB value is (95,228,141). Sum of RGB (Red+Green+Blue) = 95+228+141=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE48D is #A01B72. Grayscale: #B2B2B2. Windows color (decimal): -10492787 or 9299039. OLE color: 9299039.
HSL color Cylindrical-coordinate representation of color #5FE48D: hue angle of 140.75º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE48D is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 141 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.11 |
| HSL | 140.75º | 0.71% | 0.63% | - |
| HSV(B) | 140.75º | 0.58% | 0.89% | - |
| XYZ | 37.27 | 59.84 | 34.79 | - |
| YUV | 178.32 | 106.94 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 141 | 0.58 | 0 | 0.38 | 0.11 | 140.75 | 0.71 | 0.63 |
| Hex | 5F | E4 | 8D | 3A | 0 | 26 | B | 8D | 47 | 3F |
| Octal | 137 | 344 | 215 | 72 | 0 | 46 | 13 | 215 | 107 | 77 |
| Binary | 1011111 | 11100100 | 10001101 | 111010 | 0 | 100110 | 1011 | 10001101 | 1000111 | 111111 |
Color Harmonies of #5FE48D
Complementary color
Monochromatic Colors of #5FE48D
Black with #5FE48D
Text Example
Text Example
White with #5FE48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE48D; }
p { color: rgb(95,228,141); }
H1.HeaderClassName
{
color: #5FE48D;
}
.AnyTagClassName
{
color: #5FE48D;
}
</style>
background-color css
<style>
a { background-color: #5FE48D; }
a { background-color: rgb(95,228,141); }
div.DivClassName
{
background-color: #5FE48D;
}
.BgClassName
{
background-color: #5FE48D;
}
</style>
border-color css
<style>
span { border-color: #5FE48D; }
span { border-color: rgb(95,228,141); }
td.TdClassName
{
border-color: #5FE48D;
}
.TagClassName
{
border-color: #5FE48D;
}
</style>