Shades of Emerald #5CB77D
Tints of Emerald #5CB77D
RGB
CMYK
RGB Variations
Color information
#5CB77D (or 0x5CB77D) is known color: Emerald. HEX triplet: 5C, B7 and 7D. RGB value is (92,183,125). Sum of RGB (Red+Green+Blue) = 92+183+125=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB77D is #A34882. Grayscale: #959595. Windows color (decimal): -10700931 or 8238940. OLE color: 8238940.
HSL color Cylindrical-coordinate representation of color #5CB77D: hue angle of 141.76º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB77D is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 183 | 125 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.28 |
| HSL | 141.76º | 0.39% | 0.54% | - |
| HSV(B) | 141.76º | 0.5% | 0.72% | - |
| XYZ | 25.05 | 37.62 | 25.34 | - |
| YUV | 149.18 | 114.35 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 183 | 125 | 0.50 | 0 | 0.32 | 0.28 | 141.76 | 0.39 | 0.54 |
| Hex | 5C | B7 | 7D | 32 | 0 | 20 | 1C | 8E | 27 | 36 |
| Octal | 134 | 267 | 175 | 62 | 0 | 40 | 34 | 216 | 47 | 66 |
| Binary | 1011100 | 10110111 | 1111101 | 110010 | 0 | 100000 | 11100 | 10001110 | 100111 | 110110 |
Color Harmonies of #5CB77D
Complementary color
Monochromatic Colors of #5CB77D
Black with #5CB77D
Text Example
Text Example
White with #5CB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB77D; }
p { color: rgb(92,183,125); }
H1.HeaderClassName
{
color: #5CB77D;
}
.AnyTagClassName
{
color: #5CB77D;
}
</style>
background-color css
<style>
a { background-color: #5CB77D; }
a { background-color: rgb(92,183,125); }
div.DivClassName
{
background-color: #5CB77D;
}
.BgClassName
{
background-color: #5CB77D;
}
</style>
border-color css
<style>
span { border-color: #5CB77D; }
span { border-color: rgb(92,183,125); }
td.TdClassName
{
border-color: #5CB77D;
}
.TagClassName
{
border-color: #5CB77D;
}
</style>