Shades of Emerald #37D080
Tints of Emerald #37D080
RGB
CMYK
RGB Variations
Color information
#37D080 (or 0x37D080) is known color: Emerald. HEX triplet: 37, D0 and 80. RGB value is (55,208,128). Sum of RGB (Red+Green+Blue) = 55+208+128=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #37D080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D080 is #C82F7F. Grayscale: #999999. Windows color (decimal): -13119360 or 8441911. OLE color: 8441911.
HSL color Cylindrical-coordinate representation of color #37D080: hue angle of 148.63º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D080 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 208 | 128 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.18 |
| HSL | 148.63º | 0.62% | 0.52% | - |
| HSV(B) | 148.63º | 0.74% | 0.82% | - |
| XYZ | 28.03 | 47.48 | 28.11 | - |
| YUV | 153.13 | 113.81 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 208 | 128 | 0.74 | 0 | 0.38 | 0.18 | 148.63 | 0.62 | 0.52 |
| Hex | 37 | D0 | 80 | 4A | 0 | 26 | 12 | 95 | 3E | 34 |
| Octal | 67 | 320 | 200 | 112 | 0 | 46 | 22 | 225 | 76 | 64 |
| Binary | 110111 | 11010000 | 10000000 | 1001010 | 0 | 100110 | 10010 | 10010101 | 111110 | 110100 |
Color Harmonies of #37D080
Complementary color
Monochromatic Colors of #37D080
Black with #37D080
Text Example
Text Example
White with #37D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D080; }
p { color: rgb(55,208,128); }
H1.HeaderClassName
{
color: #37D080;
}
.AnyTagClassName
{
color: #37D080;
}
</style>
background-color css
<style>
a { background-color: #37D080; }
a { background-color: rgb(55,208,128); }
div.DivClassName
{
background-color: #37D080;
}
.BgClassName
{
background-color: #37D080;
}
</style>
border-color css
<style>
span { border-color: #37D080; }
span { border-color: rgb(55,208,128); }
td.TdClassName
{
border-color: #37D080;
}
.TagClassName
{
border-color: #37D080;
}
</style>