Shades of Emerald #37DC80
Tints of Emerald #37DC80
RGB
CMYK
RGB Variations
Color information
#37DC80 (or 0x37DC80) is known color: Emerald. HEX triplet: 37, DC and 80. RGB value is (55,220,128). Sum of RGB (Red+Green+Blue) = 55+220+128=403 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.65% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37DC80 is #C8237F. Grayscale: #A0A0A0. Windows color (decimal): -13116288 or 8444983. OLE color: 8444983.
HSL color Cylindrical-coordinate representation of color #37DC80: hue angle of 146.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DC80 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 128 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.14 |
| HSL | 146.55º | 0.7% | 0.54% | - |
| HSV(B) | 146.55º | 0.75% | 0.86% | - |
| XYZ | 31.07 | 53.56 | 29.12 | - |
| YUV | 160.18 | 109.84 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 128 | 0.75 | 0 | 0.42 | 0.14 | 146.55 | 0.7 | 0.54 |
| Hex | 37 | DC | 80 | 4B | 0 | 2A | E | 93 | 46 | 36 |
| Octal | 67 | 334 | 200 | 113 | 0 | 52 | 16 | 223 | 106 | 66 |
| Binary | 110111 | 11011100 | 10000000 | 1001011 | 0 | 101010 | 1110 | 10010011 | 1000110 | 110110 |
Color Harmonies of #37DC80
Complementary color
Monochromatic Colors of #37DC80
Black with #37DC80
Text Example
Text Example
White with #37DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC80; }
p { color: rgb(55,220,128); }
H1.HeaderClassName
{
color: #37DC80;
}
.AnyTagClassName
{
color: #37DC80;
}
</style>
background-color css
<style>
a { background-color: #37DC80; }
a { background-color: rgb(55,220,128); }
div.DivClassName
{
background-color: #37DC80;
}
.BgClassName
{
background-color: #37DC80;
}
</style>
border-color css
<style>
span { border-color: #37DC80; }
span { border-color: rgb(55,220,128); }
td.TdClassName
{
border-color: #37DC80;
}
.TagClassName
{
border-color: #37DC80;
}
</style>