Shades of Emerald #5CD37A
Tints of Emerald #5CD37A
RGB
CMYK
RGB Variations
Color information
#5CD37A (or 0x5CD37A) is known color: Emerald. HEX triplet: 5C, D3 and 7A. RGB value is (92,211,122). Sum of RGB (Red+Green+Blue) = 92+211+122=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #5CD37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD37A is #A32C85. Grayscale: #A5A5A5. Windows color (decimal): -10693766 or 8049500. OLE color: 8049500.
HSL color Cylindrical-coordinate representation of color #5CD37A: hue angle of 135.13º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD37A is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 211 | 122 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.17 |
| HSL | 135.13º | 0.57% | 0.59% | - |
| HSV(B) | 135.13º | 0.56% | 0.83% | - |
| XYZ | 31.22 | 50.27 | 26.47 | - |
| YUV | 165.27 | 103.58 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 211 | 122 | 0.56 | 0 | 0.42 | 0.17 | 135.13 | 0.57 | 0.59 |
| Hex | 5C | D3 | 7A | 38 | 0 | 2A | 11 | 87 | 39 | 3B |
| Octal | 134 | 323 | 172 | 70 | 0 | 52 | 21 | 207 | 71 | 73 |
| Binary | 1011100 | 11010011 | 1111010 | 111000 | 0 | 101010 | 10001 | 10000111 | 111001 | 111011 |
Color Harmonies of #5CD37A
Complementary color
Monochromatic Colors of #5CD37A
Black with #5CD37A
Text Example
Text Example
White with #5CD37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD37A; }
p { color: rgb(92,211,122); }
H1.HeaderClassName
{
color: #5CD37A;
}
.AnyTagClassName
{
color: #5CD37A;
}
</style>
background-color css
<style>
a { background-color: #5CD37A; }
a { background-color: rgb(92,211,122); }
div.DivClassName
{
background-color: #5CD37A;
}
.BgClassName
{
background-color: #5CD37A;
}
</style>
border-color css
<style>
span { border-color: #5CD37A; }
span { border-color: rgb(92,211,122); }
td.TdClassName
{
border-color: #5CD37A;
}
.TagClassName
{
border-color: #5CD37A;
}
</style>