Shades of Emerald #5FCB7C
Tints of Emerald #5FCB7C
RGB
CMYK
RGB Variations
Color information
#5FCB7C (or 0x5FCB7C) is known color: Emerald. HEX triplet: 5F, CB and 7C. RGB value is (95,203,124). Sum of RGB (Red+Green+Blue) = 95+203+124=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCB7C is #A03483. Grayscale: #A1A1A1. Windows color (decimal): -10499204 or 8178527. OLE color: 8178527.
HSL color Cylindrical-coordinate representation of color #5FCB7C: hue angle of 136.11º 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 #5FCB7C is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 124 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.20 |
| HSL | 136.11º | 0.51% | 0.58% | - |
| HSV(B) | 136.11º | 0.53% | 0.8% | - |
| XYZ | 29.71 | 46.6 | 26.5 | - |
| YUV | 161.7 | 106.72 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 124 | 0.53 | 0 | 0.39 | 0.20 | 136.11 | 0.51 | 0.58 |
| Hex | 5F | CB | 7C | 35 | 0 | 27 | 14 | 88 | 33 | 3A |
| Octal | 137 | 313 | 174 | 65 | 0 | 47 | 24 | 210 | 63 | 72 |
| Binary | 1011111 | 11001011 | 1111100 | 110101 | 0 | 100111 | 10100 | 10001000 | 110011 | 111010 |
Color Harmonies of #5FCB7C
Complementary color
Monochromatic Colors of #5FCB7C
Black with #5FCB7C
Text Example
Text Example
White with #5FCB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB7C; }
p { color: rgb(95,203,124); }
H1.HeaderClassName
{
color: #5FCB7C;
}
.AnyTagClassName
{
color: #5FCB7C;
}
</style>
background-color css
<style>
a { background-color: #5FCB7C; }
a { background-color: rgb(95,203,124); }
div.DivClassName
{
background-color: #5FCB7C;
}
.BgClassName
{
background-color: #5FCB7C;
}
</style>
border-color css
<style>
span { border-color: #5FCB7C; }
span { border-color: rgb(95,203,124); }
td.TdClassName
{
border-color: #5FCB7C;
}
.TagClassName
{
border-color: #5FCB7C;
}
</style>