Shades of Emerald #37D068
Tints of Emerald #37D068
RGB
CMYK
RGB Variations
Color information
#37D068 (or 0x37D068) is known color: Emerald. HEX triplet: 37, D0 and 68. RGB value is (55,208,104). Sum of RGB (Red+Green+Blue) = 55+208+104=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #37D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D068 is #C82F97. Grayscale: #969696. Windows color (decimal): -13119384 or 6869047. OLE color: 6869047.
HSL color Cylindrical-coordinate representation of color #37D068: hue angle of 139.22º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D068 is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 208 | 104 | - |
| CMYK | 0.74 | 0 | 0.5 | 0.18 |
| HSL | 139.22º | 0.62% | 0.52% | - |
| HSV(B) | 139.22º | 0.74% | 0.82% | - |
| XYZ | 26.63 | 46.92 | 20.75 | - |
| YUV | 150.4 | 101.81 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 208 | 104 | 0.74 | 0 | 0.5 | 0.18 | 139.22 | 0.62 | 0.52 |
| Hex | 37 | D0 | 68 | 4A | 0 | 32 | 12 | 8B | 3E | 34 |
| Octal | 67 | 320 | 150 | 112 | 0 | 62 | 22 | 213 | 76 | 64 |
| Binary | 110111 | 11010000 | 1101000 | 1001010 | 0 | 110010 | 10010 | 10001011 | 111110 | 110100 |
Color Harmonies of #37D068
Complementary color
Monochromatic Colors of #37D068
Black with #37D068
Text Example
Text Example
White with #37D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D068; }
p { color: rgb(55,208,104); }
H1.HeaderClassName
{
color: #37D068;
}
.AnyTagClassName
{
color: #37D068;
}
</style>
background-color css
<style>
a { background-color: #37D068; }
a { background-color: rgb(55,208,104); }
div.DivClassName
{
background-color: #37D068;
}
.BgClassName
{
background-color: #37D068;
}
</style>
border-color css
<style>
span { border-color: #37D068; }
span { border-color: rgb(55,208,104); }
td.TdClassName
{
border-color: #37D068;
}
.TagClassName
{
border-color: #37D068;
}
</style>