Shades of Emerald #5FE48C
Tints of Emerald #5FE48C
RGB
CMYK
RGB Variations
Color information
#5FE48C (or 0x5FE48C) is known color: Emerald. HEX triplet: 5F, E4 and 8C. RGB value is (95,228,140). Sum of RGB (Red+Green+Blue) = 95+228+140=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE48C is #A01B73. Grayscale: #B2B2B2. Windows color (decimal): -10492788 or 9233503. OLE color: 9233503.
HSL color Cylindrical-coordinate representation of color #5FE48C: hue angle of 140.3º 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 #5FE48C is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 140 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.11 |
| HSL | 140.3º | 0.71% | 0.63% | - |
| HSV(B) | 140.3º | 0.58% | 0.89% | - |
| XYZ | 37.2 | 59.81 | 34.4 | - |
| YUV | 178.2 | 106.44 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 140 | 0.58 | 0 | 0.39 | 0.11 | 140.3 | 0.71 | 0.63 |
| Hex | 5F | E4 | 8C | 3A | 0 | 27 | B | 8C | 47 | 3F |
| Octal | 137 | 344 | 214 | 72 | 0 | 47 | 13 | 214 | 107 | 77 |
| Binary | 1011111 | 11100100 | 10001100 | 111010 | 0 | 100111 | 1011 | 10001100 | 1000111 | 111111 |
Color Harmonies of #5FE48C
Complementary color
Monochromatic Colors of #5FE48C
Black with #5FE48C
Text Example
Text Example
White with #5FE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE48C; }
p { color: rgb(95,228,140); }
H1.HeaderClassName
{
color: #5FE48C;
}
.AnyTagClassName
{
color: #5FE48C;
}
</style>
background-color css
<style>
a { background-color: #5FE48C; }
a { background-color: rgb(95,228,140); }
div.DivClassName
{
background-color: #5FE48C;
}
.BgClassName
{
background-color: #5FE48C;
}
</style>
border-color css
<style>
span { border-color: #5FE48C; }
span { border-color: rgb(95,228,140); }
td.TdClassName
{
border-color: #5FE48C;
}
.TagClassName
{
border-color: #5FE48C;
}
</style>