Shades of Harlequin #37EE1C
Tints of Harlequin #37EE1C
RGB
CMYK
RGB Variations
Color information
#37EE1C (or 0x37EE1C) is known color: Harlequin. HEX triplet: 37, EE and 1C. RGB value is (55,238,28). Sum of RGB (Red+Green+Blue) = 55+238+28=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #37EE1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37EE1C is #C811E3. Grayscale: #A0A0A0. Windows color (decimal): -13111780 or 1895991. OLE color: 1895991.
HSL color Cylindrical-coordinate representation of color #37EE1C: hue angle of 112.29º degrees, saturation: 0.86, 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 #37EE1C is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 28 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.07 |
| HSL | 112.29º | 0.86% | 0.52% | - |
| HSV(B) | 112.29º | 0.88% | 0.93% | - |
| XYZ | 32.36 | 62.05 | 11.37 | - |
| YUV | 159.34 | 53.87 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 28 | 0.77 | 0 | 0.88 | 0.07 | 112.29 | 0.86 | 0.52 |
| Hex | 37 | EE | 1C | 4D | 0 | 58 | 7 | 70 | 56 | 34 |
| Octal | 67 | 356 | 34 | 115 | 0 | 130 | 7 | 160 | 126 | 64 |
| Binary | 110111 | 11101110 | 11100 | 1001101 | 0 | 1011000 | 111 | 1110000 | 1010110 | 110100 |
Color Harmonies of #37EE1C
Complementary color
Monochromatic Colors of #37EE1C
Black with #37EE1C
Text Example
Text Example
White with #37EE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EE1C; }
p { color: rgb(55,238,28); }
H1.HeaderClassName
{
color: #37EE1C;
}
.AnyTagClassName
{
color: #37EE1C;
}
</style>
background-color css
<style>
a { background-color: #37EE1C; }
a { background-color: rgb(55,238,28); }
div.DivClassName
{
background-color: #37EE1C;
}
.BgClassName
{
background-color: #37EE1C;
}
</style>
border-color css
<style>
span { border-color: #37EE1C; }
span { border-color: rgb(55,238,28); }
td.TdClassName
{
border-color: #37EE1C;
}
.TagClassName
{
border-color: #37EE1C;
}
</style>