Shades of Harlequin #37EB16
Tints of Harlequin #37EB16
RGB
CMYK
RGB Variations
Color information
#37EB16 (or 0x37EB16) is known color: Harlequin. HEX triplet: 37, EB and 16. RGB value is (55,235,22). Sum of RGB (Red+Green+Blue) = 55+235+22=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 235 (92.19% from 255 or 75.32% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 235 - color contains mainly: green. Hex color #37EB16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37EB16 is #C814E9. Grayscale: #9D9D9D. Windows color (decimal): -13112554 or 1502007. OLE color: 1502007.
HSL color Cylindrical-coordinate representation of color #37EB16: hue angle of 110.7º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37EB16 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 235 | 22 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.08 |
| HSL | 110.7º | 0.84% | 0.5% | - |
| HSV(B) | 110.7º | 0.91% | 0.92% | - |
| XYZ | 31.43 | 60.29 | 10.74 | - |
| YUV | 156.9 | 51.87 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 235 | 22 | 0.77 | 0 | 0.91 | 0.08 | 110.7 | 0.84 | 0.5 |
| Hex | 37 | EB | 16 | 4D | 0 | 5B | 8 | 6F | 54 | 32 |
| Octal | 67 | 353 | 26 | 115 | 0 | 133 | 10 | 157 | 124 | 62 |
| Binary | 110111 | 11101011 | 10110 | 1001101 | 0 | 1011011 | 1000 | 1101111 | 1010100 | 110010 |
Color Harmonies of #37EB16
Complementary color
Monochromatic Colors of #37EB16
Black with #37EB16
Text Example
Text Example
White with #37EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EB16; }
p { color: rgb(55,235,22); }
H1.HeaderClassName
{
color: #37EB16;
}
.AnyTagClassName
{
color: #37EB16;
}
</style>
background-color css
<style>
a { background-color: #37EB16; }
a { background-color: rgb(55,235,22); }
div.DivClassName
{
background-color: #37EB16;
}
.BgClassName
{
background-color: #37EB16;
}
</style>
border-color css
<style>
span { border-color: #37EB16; }
span { border-color: rgb(55,235,22); }
td.TdClassName
{
border-color: #37EB16;
}
.TagClassName
{
border-color: #37EB16;
}
</style>