Shades of Emerald #5FBD7A
Tints of Emerald #5FBD7A
RGB
CMYK
RGB Variations
Color information
#5FBD7A (or 0x5FBD7A) is known color: Emerald. HEX triplet: 5F, BD and 7A. RGB value is (95,189,122). Sum of RGB (Red+Green+Blue) = 95+189+122=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBD7A is #A04285. Grayscale: #999999. Windows color (decimal): -10502790 or 8043871. OLE color: 8043871.
HSL color Cylindrical-coordinate representation of color #5FBD7A: hue angle of 137.23º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBD7A is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 189 | 122 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.26 |
| HSL | 137.23º | 0.42% | 0.56% | - |
| HSV(B) | 137.23º | 0.5% | 0.74% | - |
| XYZ | 26.43 | 40.23 | 24.79 | - |
| YUV | 153.26 | 110.36 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 122 | 0.50 | 0 | 0.35 | 0.26 | 137.23 | 0.42 | 0.56 |
| Hex | 5F | BD | 7A | 32 | 0 | 23 | 1A | 89 | 2A | 38 |
| Octal | 137 | 275 | 172 | 62 | 0 | 43 | 32 | 211 | 52 | 70 |
| Binary | 1011111 | 10111101 | 1111010 | 110010 | 0 | 100011 | 11010 | 10001001 | 101010 | 111000 |
Color Harmonies of #5FBD7A
Complementary color
Monochromatic Colors of #5FBD7A
Black with #5FBD7A
Text Example
Text Example
White with #5FBD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBD7A; }
p { color: rgb(95,189,122); }
H1.HeaderClassName
{
color: #5FBD7A;
}
.AnyTagClassName
{
color: #5FBD7A;
}
</style>
background-color css
<style>
a { background-color: #5FBD7A; }
a { background-color: rgb(95,189,122); }
div.DivClassName
{
background-color: #5FBD7A;
}
.BgClassName
{
background-color: #5FBD7A;
}
</style>
border-color css
<style>
span { border-color: #5FBD7A; }
span { border-color: rgb(95,189,122); }
td.TdClassName
{
border-color: #5FBD7A;
}
.TagClassName
{
border-color: #5FBD7A;
}
</style>