Shades of Emerald #5CD87A
Tints of Emerald #5CD87A
RGB
CMYK
RGB Variations
Color information
#5CD87A (or 0x5CD87A) is known color: Emerald. HEX triplet: 5C, D8 and 7A. RGB value is (92,216,122). Sum of RGB (Red+Green+Blue) = 92+216+122=430 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.40% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #5CD87A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD87A is #A32785. Grayscale: #A8A8A8. Windows color (decimal): -10692486 or 8050780. OLE color: 8050780.
HSL color Cylindrical-coordinate representation of color #5CD87A: hue angle of 134.52º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD87A is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 216 | 122 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.15 |
| HSL | 134.52º | 0.61% | 0.6% | - |
| HSV(B) | 134.52º | 0.57% | 0.85% | - |
| XYZ | 32.48 | 52.79 | 26.89 | - |
| YUV | 168.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 216 | 122 | 0.57 | 0 | 0.44 | 0.15 | 134.52 | 0.61 | 0.6 |
| Hex | 5C | D8 | 7A | 39 | 0 | 2C | F | 87 | 3D | 3C |
| Octal | 134 | 330 | 172 | 71 | 0 | 54 | 17 | 207 | 75 | 74 |
| Binary | 1011100 | 11011000 | 1111010 | 111001 | 0 | 101100 | 1111 | 10000111 | 111101 | 111100 |
Color Harmonies of #5CD87A
Complementary color
Monochromatic Colors of #5CD87A
Black with #5CD87A
Text Example
Text Example
White with #5CD87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD87A; }
p { color: rgb(92,216,122); }
H1.HeaderClassName
{
color: #5CD87A;
}
.AnyTagClassName
{
color: #5CD87A;
}
</style>
background-color css
<style>
a { background-color: #5CD87A; }
a { background-color: rgb(92,216,122); }
div.DivClassName
{
background-color: #5CD87A;
}
.BgClassName
{
background-color: #5CD87A;
}
</style>
border-color css
<style>
span { border-color: #5CD87A; }
span { border-color: rgb(92,216,122); }
td.TdClassName
{
border-color: #5CD87A;
}
.TagClassName
{
border-color: #5CD87A;
}
</style>