Shades of Emerald #5FBC7B
Tints of Emerald #5FBC7B
RGB
CMYK
RGB Variations
Color information
#5FBC7B (or 0x5FBC7B) is known color: Emerald. HEX triplet: 5F, BC and 7B. RGB value is (95,188,123). Sum of RGB (Red+Green+Blue) = 95+188+123=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC7B is #A04384. Grayscale: #989898. Windows color (decimal): -10503045 or 8109151. OLE color: 8109151.
HSL color Cylindrical-coordinate representation of color #5FBC7B: hue angle of 138.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBC7B is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 123 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.26 |
| HSL | 138.06º | 0.41% | 0.55% | - |
| HSV(B) | 138.06º | 0.49% | 0.74% | - |
| XYZ | 26.28 | 39.83 | 25.04 | - |
| YUV | 152.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 123 | 0.49 | 0 | 0.35 | 0.26 | 138.06 | 0.41 | 0.55 |
| Hex | 5F | BC | 7B | 31 | 0 | 23 | 1A | 8A | 29 | 37 |
| Octal | 137 | 274 | 173 | 61 | 0 | 43 | 32 | 212 | 51 | 67 |
| Binary | 1011111 | 10111100 | 1111011 | 110001 | 0 | 100011 | 11010 | 10001010 | 101001 | 110111 |
Color Harmonies of #5FBC7B
Complementary color
Monochromatic Colors of #5FBC7B
Black with #5FBC7B
Text Example
Text Example
White with #5FBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC7B; }
p { color: rgb(95,188,123); }
H1.HeaderClassName
{
color: #5FBC7B;
}
.AnyTagClassName
{
color: #5FBC7B;
}
</style>
background-color css
<style>
a { background-color: #5FBC7B; }
a { background-color: rgb(95,188,123); }
div.DivClassName
{
background-color: #5FBC7B;
}
.BgClassName
{
background-color: #5FBC7B;
}
</style>
border-color css
<style>
span { border-color: #5FBC7B; }
span { border-color: rgb(95,188,123); }
td.TdClassName
{
border-color: #5FBC7B;
}
.TagClassName
{
border-color: #5FBC7B;
}
</style>