Shades of Harlequin #37E010
Tints of Harlequin #37E010
RGB
CMYK
RGB Variations
Color information
#37E010 (or 0x37E010) is known color: Harlequin. HEX triplet: 37, E0 and 10. RGB value is (55,224,16). Sum of RGB (Red+Green+Blue) = 55+224+16=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 224 (87.89% from 255 or 75.93% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 224 - color contains mainly: green. Hex color #37E010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37E010 is #C81FEF. Grayscale: #969696. Windows color (decimal): -13115376 or 1105975. OLE color: 1105975.
HSL color Cylindrical-coordinate representation of color #37E010: hue angle of 108.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37E010 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 224 | 16 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.12 |
| HSL | 108.75º | 0.87% | 0.47% | - |
| HSV(B) | 108.75º | 0.93% | 0.88% | - |
| XYZ | 28.32 | 54.16 | 9.45 | - |
| YUV | 149.76 | 52.51 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 224 | 16 | 0.75 | 0 | 0.93 | 0.12 | 108.75 | 0.87 | 0.47 |
| Hex | 37 | E0 | 10 | 4B | 0 | 5D | C | 6D | 57 | 2F |
| Octal | 67 | 340 | 20 | 113 | 0 | 135 | 14 | 155 | 127 | 57 |
| Binary | 110111 | 11100000 | 10000 | 1001011 | 0 | 1011101 | 1100 | 1101101 | 1010111 | 101111 |
Color Harmonies of #37E010
Complementary color
Monochromatic Colors of #37E010
Black with #37E010
Text Example
Text Example
White with #37E010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E010; }
p { color: rgb(55,224,16); }
H1.HeaderClassName
{
color: #37E010;
}
.AnyTagClassName
{
color: #37E010;
}
</style>
background-color css
<style>
a { background-color: #37E010; }
a { background-color: rgb(55,224,16); }
div.DivClassName
{
background-color: #37E010;
}
.BgClassName
{
background-color: #37E010;
}
</style>
border-color css
<style>
span { border-color: #37E010; }
span { border-color: rgb(55,224,16); }
td.TdClassName
{
border-color: #37E010;
}
.TagClassName
{
border-color: #37E010;
}
</style>