Shades of Emerald #5FB77B
Tints of Emerald #5FB77B
RGB
CMYK
RGB Variations
Color information
#5FB77B (or 0x5FB77B) is known color: Emerald. HEX triplet: 5F, B7 and 7B. RGB value is (95,183,123). Sum of RGB (Red+Green+Blue) = 95+183+123=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB77B is #A04884. Grayscale: #969696. Windows color (decimal): -10504325 or 8107871. OLE color: 8107871.
HSL color Cylindrical-coordinate representation of color #5FB77B: hue angle of 139.09º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB77B is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 123 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.28 |
| HSL | 139.09º | 0.38% | 0.55% | - |
| HSV(B) | 139.09º | 0.48% | 0.72% | - |
| XYZ | 25.23 | 37.73 | 24.69 | - |
| YUV | 149.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 123 | 0.48 | 0 | 0.33 | 0.28 | 139.09 | 0.38 | 0.55 |
| Hex | 5F | B7 | 7B | 30 | 0 | 21 | 1C | 8B | 26 | 37 |
| Octal | 137 | 267 | 173 | 60 | 0 | 41 | 34 | 213 | 46 | 67 |
| Binary | 1011111 | 10110111 | 1111011 | 110000 | 0 | 100001 | 11100 | 10001011 | 100110 | 110111 |
Color Harmonies of #5FB77B
Complementary color
Monochromatic Colors of #5FB77B
Black with #5FB77B
Text Example
Text Example
White with #5FB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB77B; }
p { color: rgb(95,183,123); }
H1.HeaderClassName
{
color: #5FB77B;
}
.AnyTagClassName
{
color: #5FB77B;
}
</style>
background-color css
<style>
a { background-color: #5FB77B; }
a { background-color: rgb(95,183,123); }
div.DivClassName
{
background-color: #5FB77B;
}
.BgClassName
{
background-color: #5FB77B;
}
</style>
border-color css
<style>
span { border-color: #5FB77B; }
span { border-color: rgb(95,183,123); }
td.TdClassName
{
border-color: #5FB77B;
}
.TagClassName
{
border-color: #5FB77B;
}
</style>