Shades of Emerald #37DC64
Tints of Emerald #37DC64
RGB
CMYK
RGB Variations
Color information
#37DC64 (or 0x37DC64) is known color: Emerald. HEX triplet: 37, DC and 64. RGB value is (55,220,100). Sum of RGB (Red+Green+Blue) = 55+220+100=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37DC64 is #C8239B. Grayscale: #9D9D9D. Windows color (decimal): -13116316 or 6609975. OLE color: 6609975.
HSL color Cylindrical-coordinate representation of color #37DC64: hue angle of 136.36º 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 #37DC64 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 100 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.14 |
| HSL | 136.36º | 0.7% | 0.54% | - |
| HSV(B) | 136.36º | 0.75% | 0.86% | - |
| XYZ | 29.47 | 52.92 | 20.72 | - |
| YUV | 156.99 | 95.84 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 100 | 0.75 | 0 | 0.55 | 0.14 | 136.36 | 0.7 | 0.54 |
| Hex | 37 | DC | 64 | 4B | 0 | 37 | E | 88 | 46 | 36 |
| Octal | 67 | 334 | 144 | 113 | 0 | 67 | 16 | 210 | 106 | 66 |
| Binary | 110111 | 11011100 | 1100100 | 1001011 | 0 | 110111 | 1110 | 10001000 | 1000110 | 110110 |
Color Harmonies of #37DC64
Complementary color
Monochromatic Colors of #37DC64
Black with #37DC64
Text Example
Text Example
White with #37DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC64; }
p { color: rgb(55,220,100); }
H1.HeaderClassName
{
color: #37DC64;
}
.AnyTagClassName
{
color: #37DC64;
}
</style>
background-color css
<style>
a { background-color: #37DC64; }
a { background-color: rgb(55,220,100); }
div.DivClassName
{
background-color: #37DC64;
}
.BgClassName
{
background-color: #37DC64;
}
</style>
border-color css
<style>
span { border-color: #37DC64; }
span { border-color: rgb(55,220,100); }
td.TdClassName
{
border-color: #37DC64;
}
.TagClassName
{
border-color: #37DC64;
}
</style>