Shades of Harlequin #37EC1D
Tints of Harlequin #37EC1D
RGB
CMYK
RGB Variations
Color information
#37EC1D (or 0x37EC1D) is known color: Harlequin. HEX triplet: 37, EC and 1D. RGB value is (55,236,29). Sum of RGB (Red+Green+Blue) = 55+236+29=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #37EC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37EC1D is #C813E2. Grayscale: #9E9E9E. Windows color (decimal): -13112291 or 1961015. OLE color: 1961015.
HSL color Cylindrical-coordinate representation of color #37EC1D: hue angle of 112.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37EC1D is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 236 | 29 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.07 |
| HSL | 112.46º | 0.84% | 0.52% | - |
| HSV(B) | 112.46º | 0.88% | 0.93% | - |
| XYZ | 31.79 | 60.89 | 11.24 | - |
| YUV | 158.28 | 55.03 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 29 | 0.77 | 0 | 0.88 | 0.07 | 112.46 | 0.84 | 0.52 |
| Hex | 37 | EC | 1D | 4D | 0 | 58 | 7 | 70 | 54 | 34 |
| Octal | 67 | 354 | 35 | 115 | 0 | 130 | 7 | 160 | 124 | 64 |
| Binary | 110111 | 11101100 | 11101 | 1001101 | 0 | 1011000 | 111 | 1110000 | 1010100 | 110100 |
Color Harmonies of #37EC1D
Complementary color
Monochromatic Colors of #37EC1D
Black with #37EC1D
Text Example
Text Example
White with #37EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EC1D; }
p { color: rgb(55,236,29); }
H1.HeaderClassName
{
color: #37EC1D;
}
.AnyTagClassName
{
color: #37EC1D;
}
</style>
background-color css
<style>
a { background-color: #37EC1D; }
a { background-color: rgb(55,236,29); }
div.DivClassName
{
background-color: #37EC1D;
}
.BgClassName
{
background-color: #37EC1D;
}
</style>
border-color css
<style>
span { border-color: #37EC1D; }
span { border-color: rgb(55,236,29); }
td.TdClassName
{
border-color: #37EC1D;
}
.TagClassName
{
border-color: #37EC1D;
}
</style>