Shades of Emerald #5FCB7B
Tints of Emerald #5FCB7B
RGB
CMYK
RGB Variations
Color information
#5FCB7B (or 0x5FCB7B) is known color: Emerald. HEX triplet: 5F, CB and 7B. RGB value is (95,203,123). Sum of RGB (Red+Green+Blue) = 95+203+123=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCB7B is #A03484. Grayscale: #A1A1A1. Windows color (decimal): -10499205 or 8112991. OLE color: 8112991.
HSL color Cylindrical-coordinate representation of color #5FCB7B: hue angle of 135.56º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCB7B is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 123 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.20 |
| HSL | 135.56º | 0.51% | 0.58% | - |
| HSV(B) | 135.56º | 0.53% | 0.8% | - |
| XYZ | 29.65 | 46.57 | 26.17 | - |
| YUV | 161.59 | 106.22 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 123 | 0.53 | 0 | 0.39 | 0.20 | 135.56 | 0.51 | 0.58 |
| Hex | 5F | CB | 7B | 35 | 0 | 27 | 14 | 88 | 33 | 3A |
| Octal | 137 | 313 | 173 | 65 | 0 | 47 | 24 | 210 | 63 | 72 |
| Binary | 1011111 | 11001011 | 1111011 | 110101 | 0 | 100111 | 10100 | 10001000 | 110011 | 111010 |
Color Harmonies of #5FCB7B
Complementary color
Monochromatic Colors of #5FCB7B
Black with #5FCB7B
Text Example
Text Example
White with #5FCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB7B; }
p { color: rgb(95,203,123); }
H1.HeaderClassName
{
color: #5FCB7B;
}
.AnyTagClassName
{
color: #5FCB7B;
}
</style>
background-color css
<style>
a { background-color: #5FCB7B; }
a { background-color: rgb(95,203,123); }
div.DivClassName
{
background-color: #5FCB7B;
}
.BgClassName
{
background-color: #5FCB7B;
}
</style>
border-color css
<style>
span { border-color: #5FCB7B; }
span { border-color: rgb(95,203,123); }
td.TdClassName
{
border-color: #5FCB7B;
}
.TagClassName
{
border-color: #5FCB7B;
}
</style>