Shades of Emerald #5CB97B
Tints of Emerald #5CB97B
RGB
CMYK
RGB Variations
Color information
#5CB97B (or 0x5CB97B) is known color: Emerald. HEX triplet: 5C, B9 and 7B. RGB value is (92,185,123). Sum of RGB (Red+Green+Blue) = 92+185+123=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB97B is #A34684. Grayscale: #969696. Windows color (decimal): -10700421 or 8108380. OLE color: 8108380.
HSL color Cylindrical-coordinate representation of color #5CB97B: hue angle of 140º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB97B is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 185 | 123 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.27 |
| HSL | 140º | 0.4% | 0.54% | - |
| HSV(B) | 140º | 0.5% | 0.73% | - |
| XYZ | 25.34 | 38.4 | 24.82 | - |
| YUV | 150.13 | 112.69 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 185 | 123 | 0.50 | 0 | 0.34 | 0.27 | 140 | 0.4 | 0.54 |
| Hex | 5C | B9 | 7B | 32 | 0 | 22 | 1B | 8C | 28 | 36 |
| Octal | 134 | 271 | 173 | 62 | 0 | 42 | 33 | 214 | 50 | 66 |
| Binary | 1011100 | 10111001 | 1111011 | 110010 | 0 | 100010 | 11011 | 10001100 | 101000 | 110110 |
Color Harmonies of #5CB97B
Complementary color
Monochromatic Colors of #5CB97B
Black with #5CB97B
Text Example
Text Example
White with #5CB97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB97B; }
p { color: rgb(92,185,123); }
H1.HeaderClassName
{
color: #5CB97B;
}
.AnyTagClassName
{
color: #5CB97B;
}
</style>
background-color css
<style>
a { background-color: #5CB97B; }
a { background-color: rgb(92,185,123); }
div.DivClassName
{
background-color: #5CB97B;
}
.BgClassName
{
background-color: #5CB97B;
}
</style>
border-color css
<style>
span { border-color: #5CB97B; }
span { border-color: rgb(92,185,123); }
td.TdClassName
{
border-color: #5CB97B;
}
.TagClassName
{
border-color: #5CB97B;
}
</style>