Shades of Harlequin #37EF1D
Tints of Harlequin #37EF1D
RGB
CMYK
RGB Variations
Color information
#37EF1D (or 0x37EF1D) is known color: Harlequin. HEX triplet: 37, EF and 1D. RGB value is (55,239,29). Sum of RGB (Red+Green+Blue) = 55+239+29=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 239 (93.75% from 255 or 73.99% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 239 - color contains mainly: green. Hex color #37EF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37EF1D is #C810E2. Grayscale: #A0A0A0. Windows color (decimal): -13111523 or 1961783. OLE color: 1961783.
HSL color Cylindrical-coordinate representation of color #37EF1D: hue angle of 112.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37EF1D is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 239 | 29 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.06 |
| HSL | 112.57º | 0.87% | 0.53% | - |
| HSV(B) | 112.57º | 0.88% | 0.94% | - |
| XYZ | 32.66 | 62.63 | 11.53 | - |
| YUV | 160.04 | 54.04 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 29 | 0.77 | 0 | 0.88 | 0.06 | 112.57 | 0.87 | 0.53 |
| Hex | 37 | EF | 1D | 4D | 0 | 58 | 6 | 71 | 57 | 35 |
| Octal | 67 | 357 | 35 | 115 | 0 | 130 | 6 | 161 | 127 | 65 |
| Binary | 110111 | 11101111 | 11101 | 1001101 | 0 | 1011000 | 110 | 1110001 | 1010111 | 110101 |
Color Harmonies of #37EF1D
Complementary color
Monochromatic Colors of #37EF1D
Black with #37EF1D
Text Example
Text Example
White with #37EF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EF1D; }
p { color: rgb(55,239,29); }
H1.HeaderClassName
{
color: #37EF1D;
}
.AnyTagClassName
{
color: #37EF1D;
}
</style>
background-color css
<style>
a { background-color: #37EF1D; }
a { background-color: rgb(55,239,29); }
div.DivClassName
{
background-color: #37EF1D;
}
.BgClassName
{
background-color: #37EF1D;
}
</style>
border-color css
<style>
span { border-color: #37EF1D; }
span { border-color: rgb(55,239,29); }
td.TdClassName
{
border-color: #37EF1D;
}
.TagClassName
{
border-color: #37EF1D;
}
</style>