Shades of Harlequin #37EF1C
Tints of Harlequin #37EF1C
RGB
CMYK
RGB Variations
Color information
#37EF1C (or 0x37EF1C) is known color: Harlequin. HEX triplet: 37, EF and 1C. RGB value is (55,239,28). Sum of RGB (Red+Green+Blue) = 55+239+28=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 239 (93.75% from 255 or 74.22% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 239 - color contains mainly: green. Hex color #37EF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37EF1C is #C810E3. Grayscale: #A0A0A0. Windows color (decimal): -13111524 or 1896247. OLE color: 1896247.
HSL color Cylindrical-coordinate representation of color #37EF1C: hue angle of 112.32º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37EF1C is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 239 | 28 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.06 |
| HSL | 112.32º | 0.87% | 0.52% | - |
| HSV(B) | 112.32º | 0.88% | 0.94% | - |
| XYZ | 32.65 | 62.63 | 11.47 | - |
| YUV | 159.93 | 53.54 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 239 | 28 | 0.77 | 0 | 0.88 | 0.06 | 112.32 | 0.87 | 0.52 |
| Hex | 37 | EF | 1C | 4D | 0 | 58 | 6 | 70 | 57 | 34 |
| Octal | 67 | 357 | 34 | 115 | 0 | 130 | 6 | 160 | 127 | 64 |
| Binary | 110111 | 11101111 | 11100 | 1001101 | 0 | 1011000 | 110 | 1110000 | 1010111 | 110100 |
Color Harmonies of #37EF1C
Complementary color
Monochromatic Colors of #37EF1C
Black with #37EF1C
Text Example
Text Example
White with #37EF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EF1C; }
p { color: rgb(55,239,28); }
H1.HeaderClassName
{
color: #37EF1C;
}
.AnyTagClassName
{
color: #37EF1C;
}
</style>
background-color css
<style>
a { background-color: #37EF1C; }
a { background-color: rgb(55,239,28); }
div.DivClassName
{
background-color: #37EF1C;
}
.BgClassName
{
background-color: #37EF1C;
}
</style>
border-color css
<style>
span { border-color: #37EF1C; }
span { border-color: rgb(55,239,28); }
td.TdClassName
{
border-color: #37EF1C;
}
.TagClassName
{
border-color: #37EF1C;
}
</style>