Shades of Harlequin #37E40D
Tints of Harlequin #37E40D
RGB
CMYK
RGB Variations
Color information
#37E40D (or 0x37E40D) is known color: Harlequin. HEX triplet: 37, E4 and 0D. RGB value is (55,228,13). Sum of RGB (Red+Green+Blue) = 55+228+13=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 228 (89.45% from 255 or 77.03% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 228 - color contains mainly: green. Hex color #37E40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37E40D is #C81BF2. Grayscale: #989898. Windows color (decimal): -13114355 or 910391. OLE color: 910391.
HSL color Cylindrical-coordinate representation of color #37E40D: hue angle of 108.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #37E40D is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 228 | 13 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.11 |
| HSL | 108.28º | 0.89% | 0.47% | - |
| HSV(B) | 108.28º | 0.94% | 0.89% | - |
| XYZ | 29.39 | 56.33 | 9.7 | - |
| YUV | 151.76 | 49.69 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 228 | 13 | 0.76 | 0 | 0.94 | 0.11 | 108.28 | 0.89 | 0.47 |
| Hex | 37 | E4 | D | 4C | 0 | 5E | B | 6C | 59 | 2F |
| Octal | 67 | 344 | 15 | 114 | 0 | 136 | 13 | 154 | 131 | 57 |
| Binary | 110111 | 11100100 | 1101 | 1001100 | 0 | 1011110 | 1011 | 1101100 | 1011001 | 101111 |
Color Harmonies of #37E40D
Complementary color
Monochromatic Colors of #37E40D
Black with #37E40D
Text Example
Text Example
White with #37E40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E40D; }
p { color: rgb(55,228,13); }
H1.HeaderClassName
{
color: #37E40D;
}
.AnyTagClassName
{
color: #37E40D;
}
</style>
background-color css
<style>
a { background-color: #37E40D; }
a { background-color: rgb(55,228,13); }
div.DivClassName
{
background-color: #37E40D;
}
.BgClassName
{
background-color: #37E40D;
}
</style>
border-color css
<style>
span { border-color: #37E40D; }
span { border-color: rgb(55,228,13); }
td.TdClassName
{
border-color: #37E40D;
}
.TagClassName
{
border-color: #37E40D;
}
</style>