Shades of Emerald #37D85D
Tints of Emerald #37D85D
RGB
CMYK
RGB Variations
Color information
#37D85D (or 0x37D85D) is known color: Emerald. HEX triplet: 37, D8 and 5D. RGB value is (55,216,93). Sum of RGB (Red+Green+Blue) = 55+216+93=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #37D85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D85D is #C827A2. Grayscale: #9A9A9A. Windows color (decimal): -13117347 or 6150199. OLE color: 6150199.
HSL color Cylindrical-coordinate representation of color #37D85D: hue angle of 134.16º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D85D is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 55 | 216 | 93 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.15 |
| HSL | 134.16º | 0.67% | 0.53% | - |
| HSV(B) | 134.16º | 0.75% | 0.85% | - |
| XYZ | 28.11 | 50.71 | 18.66 | - |
| YUV | 153.84 | 93.66 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 216 | 93 | 0.75 | 0 | 0.57 | 0.15 | 134.16 | 0.67 | 0.53 |
| Hex | 37 | D8 | 5D | 4B | 0 | 39 | F | 86 | 43 | 35 |
| Octal | 67 | 330 | 135 | 113 | 0 | 71 | 17 | 206 | 103 | 65 |
| Binary | 110111 | 11011000 | 1011101 | 1001011 | 0 | 111001 | 1111 | 10000110 | 1000011 | 110101 |
Color Harmonies of #37D85D
Complementary color
Monochromatic Colors of #37D85D
Black with #37D85D
Text Example
Text Example
White with #37D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D85D; }
p { color: rgb(55,216,93); }
H1.HeaderClassName
{
color: #37D85D;
}
.AnyTagClassName
{
color: #37D85D;
}
</style>
background-color css
<style>
a { background-color: #37D85D; }
a { background-color: rgb(55,216,93); }
div.DivClassName
{
background-color: #37D85D;
}
.BgClassName
{
background-color: #37D85D;
}
</style>
border-color css
<style>
span { border-color: #37D85D; }
span { border-color: rgb(55,216,93); }
td.TdClassName
{
border-color: #37D85D;
}
.TagClassName
{
border-color: #37D85D;
}
</style>