Shades of Emerald #37CF7F
Tints of Emerald #37CF7F
RGB
CMYK
RGB Variations
Color information
#37CF7F (or 0x37CF7F) is known color: Emerald. HEX triplet: 37, CF and 7F. RGB value is (55,207,127). Sum of RGB (Red+Green+Blue) = 55+207+127=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #37CF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37CF7F is #C83080. Grayscale: #989898. Windows color (decimal): -13119617 or 8376119. OLE color: 8376119.
HSL color Cylindrical-coordinate representation of color #37CF7F: hue angle of 148.42º 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 #37CF7F is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 127 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.19 |
| HSL | 148.42º | 0.61% | 0.51% | - |
| HSV(B) | 148.42º | 0.73% | 0.81% | - |
| XYZ | 27.72 | 46.97 | 27.68 | - |
| YUV | 152.43 | 113.64 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 127 | 0.73 | 0 | 0.39 | 0.19 | 148.42 | 0.61 | 0.51 |
| Hex | 37 | CF | 7F | 49 | 0 | 27 | 13 | 94 | 3D | 33 |
| Octal | 67 | 317 | 177 | 111 | 0 | 47 | 23 | 224 | 75 | 63 |
| Binary | 110111 | 11001111 | 1111111 | 1001001 | 0 | 100111 | 10011 | 10010100 | 111101 | 110011 |
Color Harmonies of #37CF7F
Complementary color
Monochromatic Colors of #37CF7F
Black with #37CF7F
Text Example
Text Example
White with #37CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CF7F; }
p { color: rgb(55,207,127); }
H1.HeaderClassName
{
color: #37CF7F;
}
.AnyTagClassName
{
color: #37CF7F;
}
</style>
background-color css
<style>
a { background-color: #37CF7F; }
a { background-color: rgb(55,207,127); }
div.DivClassName
{
background-color: #37CF7F;
}
.BgClassName
{
background-color: #37CF7F;
}
</style>
border-color css
<style>
span { border-color: #37CF7F; }
span { border-color: rgb(55,207,127); }
td.TdClassName
{
border-color: #37CF7F;
}
.TagClassName
{
border-color: #37CF7F;
}
</style>