Shades of Emerald #37DA70
Tints of Emerald #37DA70
RGB
CMYK
RGB Variations
Color information
#37DA70 (or 0x37DA70) is known color: Emerald. HEX triplet: 37, DA and 70. RGB value is (55,218,112). Sum of RGB (Red+Green+Blue) = 55+218+112=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #37DA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37DA70 is #C8258F. Grayscale: #9D9D9D. Windows color (decimal): -13116816 or 7395895. OLE color: 7395895.
HSL color Cylindrical-coordinate representation of color #37DA70: hue angle of 140.98º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DA70 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 218 | 112 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.15 |
| HSL | 140.98º | 0.69% | 0.54% | - |
| HSV(B) | 140.98º | 0.75% | 0.85% | - |
| XYZ | 29.57 | 52.12 | 23.83 | - |
| YUV | 157.18 | 102.5 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 218 | 112 | 0.75 | 0 | 0.49 | 0.15 | 140.98 | 0.69 | 0.54 |
| Hex | 37 | DA | 70 | 4B | 0 | 31 | F | 8D | 45 | 36 |
| Octal | 67 | 332 | 160 | 113 | 0 | 61 | 17 | 215 | 105 | 66 |
| Binary | 110111 | 11011010 | 1110000 | 1001011 | 0 | 110001 | 1111 | 10001101 | 1000101 | 110110 |
Color Harmonies of #37DA70
Complementary color
Monochromatic Colors of #37DA70
Black with #37DA70
Text Example
Text Example
White with #37DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DA70; }
p { color: rgb(55,218,112); }
H1.HeaderClassName
{
color: #37DA70;
}
.AnyTagClassName
{
color: #37DA70;
}
</style>
background-color css
<style>
a { background-color: #37DA70; }
a { background-color: rgb(55,218,112); }
div.DivClassName
{
background-color: #37DA70;
}
.BgClassName
{
background-color: #37DA70;
}
</style>
border-color css
<style>
span { border-color: #37DA70; }
span { border-color: rgb(55,218,112); }
td.TdClassName
{
border-color: #37DA70;
}
.TagClassName
{
border-color: #37DA70;
}
</style>