Shades of Emerald #5FBA7D
Tints of Emerald #5FBA7D
RGB
CMYK
RGB Variations
Color information
#5FBA7D (or 0x5FBA7D) is known color: Emerald. HEX triplet: 5F, BA and 7D. RGB value is (95,186,125). Sum of RGB (Red+Green+Blue) = 95+186+125=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA7D is #A04582. Grayscale: #979797. Windows color (decimal): -10503555 or 8239711. OLE color: 8239711.
HSL color Cylindrical-coordinate representation of color #5FBA7D: hue angle of 139.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBA7D is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 125 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.27 |
| HSL | 139.78º | 0.4% | 0.55% | - |
| HSV(B) | 139.78º | 0.49% | 0.73% | - |
| XYZ | 25.98 | 39.03 | 25.57 | - |
| YUV | 151.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 125 | 0.49 | 0 | 0.33 | 0.27 | 139.78 | 0.4 | 0.55 |
| Hex | 5F | BA | 7D | 31 | 0 | 21 | 1B | 8C | 28 | 37 |
| Octal | 137 | 272 | 175 | 61 | 0 | 41 | 33 | 214 | 50 | 67 |
| Binary | 1011111 | 10111010 | 1111101 | 110001 | 0 | 100001 | 11011 | 10001100 | 101000 | 110111 |
Color Harmonies of #5FBA7D
Complementary color
Monochromatic Colors of #5FBA7D
Black with #5FBA7D
Text Example
Text Example
White with #5FBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA7D; }
p { color: rgb(95,186,125); }
H1.HeaderClassName
{
color: #5FBA7D;
}
.AnyTagClassName
{
color: #5FBA7D;
}
</style>
background-color css
<style>
a { background-color: #5FBA7D; }
a { background-color: rgb(95,186,125); }
div.DivClassName
{
background-color: #5FBA7D;
}
.BgClassName
{
background-color: #5FBA7D;
}
</style>
border-color css
<style>
span { border-color: #5FBA7D; }
span { border-color: rgb(95,186,125); }
td.TdClassName
{
border-color: #5FBA7D;
}
.TagClassName
{
border-color: #5FBA7D;
}
</style>