Shades of Emerald #37CF70
Tints of Emerald #37CF70
RGB
CMYK
RGB Variations
Color information
#37CF70 (or 0x37CF70) is known color: Emerald. HEX triplet: 37, CF and 70. RGB value is (55,207,112). Sum of RGB (Red+Green+Blue) = 55+207+112=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #37CF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37CF70 is #C8308F. Grayscale: #969696. Windows color (decimal): -13119632 or 7393079. OLE color: 7393079.
HSL color Cylindrical-coordinate representation of color #37CF70: hue angle of 142.5º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CF70 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 112 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.19 |
| HSL | 142.5º | 0.61% | 0.51% | - |
| HSV(B) | 142.5º | 0.73% | 0.81% | - |
| XYZ | 26.81 | 46.61 | 22.91 | - |
| YUV | 150.72 | 106.14 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 112 | 0.73 | 0 | 0.46 | 0.19 | 142.5 | 0.61 | 0.51 |
| Hex | 37 | CF | 70 | 49 | 0 | 2E | 13 | 8E | 3D | 33 |
| Octal | 67 | 317 | 160 | 111 | 0 | 56 | 23 | 216 | 75 | 63 |
| Binary | 110111 | 11001111 | 1110000 | 1001001 | 0 | 101110 | 10011 | 10001110 | 111101 | 110011 |
Color Harmonies of #37CF70
Complementary color
Monochromatic Colors of #37CF70
Black with #37CF70
Text Example
Text Example
White with #37CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CF70; }
p { color: rgb(55,207,112); }
H1.HeaderClassName
{
color: #37CF70;
}
.AnyTagClassName
{
color: #37CF70;
}
</style>
background-color css
<style>
a { background-color: #37CF70; }
a { background-color: rgb(55,207,112); }
div.DivClassName
{
background-color: #37CF70;
}
.BgClassName
{
background-color: #37CF70;
}
</style>
border-color css
<style>
span { border-color: #37CF70; }
span { border-color: rgb(55,207,112); }
td.TdClassName
{
border-color: #37CF70;
}
.TagClassName
{
border-color: #37CF70;
}
</style>