Shades of Emerald #37FA7D
Tints of Emerald #37FA7D
RGB
CMYK
RGB Variations
Color information
#37FA7D (or 0x37FA7D) is known color: Emerald. HEX triplet: 37, FA and 7D. RGB value is (55,250,125). Sum of RGB (Red+Green+Blue) = 55+250+125=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #37FA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #37FA7D is #C80582. Grayscale: #B1B1B1. Windows color (decimal): -13108611 or 8256055. OLE color: 8256055.
HSL color Cylindrical-coordinate representation of color #37FA7D: hue angle of 141.54º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FA7D is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 125 | - |
| CMYK | 0.78 | 0 | 0.50 | 0.02 |
| HSL | 141.54º | 0.95% | 0.6% | - |
| HSV(B) | 141.54º | 0.78% | 0.98% | - |
| XYZ | 39.46 | 70.66 | 30.96 | - |
| YUV | 177.45 | 98.4 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 125 | 0.78 | 0 | 0.50 | 0.02 | 141.54 | 0.95 | 0.6 |
| Hex | 37 | FA | 7D | 4E | 0 | 32 | 2 | 8E | 5F | 3C |
| Octal | 67 | 372 | 175 | 116 | 0 | 62 | 2 | 216 | 137 | 74 |
| Binary | 110111 | 11111010 | 1111101 | 1001110 | 0 | 110010 | 10 | 10001110 | 1011111 | 111100 |
Color Harmonies of #37FA7D
Complementary color
Monochromatic Colors of #37FA7D
Black with #37FA7D
Text Example
Text Example
White with #37FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FA7D; }
p { color: rgb(55,250,125); }
H1.HeaderClassName
{
color: #37FA7D;
}
.AnyTagClassName
{
color: #37FA7D;
}
</style>
background-color css
<style>
a { background-color: #37FA7D; }
a { background-color: rgb(55,250,125); }
div.DivClassName
{
background-color: #37FA7D;
}
.BgClassName
{
background-color: #37FA7D;
}
</style>
border-color css
<style>
span { border-color: #37FA7D; }
span { border-color: rgb(55,250,125); }
td.TdClassName
{
border-color: #37FA7D;
}
.TagClassName
{
border-color: #37FA7D;
}
</style>