Shades of Harlequin #37E80D
Tints of Harlequin #37E80D
RGB
CMYK
RGB Variations
Color information
#37E80D (or 0x37E80D) is known color: Harlequin. HEX triplet: 37, E8 and 0D. RGB value is (55,232,13). Sum of RGB (Red+Green+Blue) = 55+232+13=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 232 (91.02% from 255 or 77.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 232 - color contains mainly: green. Hex color #37E80D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37E80D is #C817F2. Grayscale: #9A9A9A. Windows color (decimal): -13113331 or 911415. OLE color: 911415.
HSL color Cylindrical-coordinate representation of color #37E80D: hue angle of 108.49º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #37E80D is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 232 | 13 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.09 |
| HSL | 108.49º | 0.89% | 0.48% | - |
| HSV(B) | 108.49º | 0.94% | 0.91% | - |
| XYZ | 30.5 | 58.55 | 10.08 | - |
| YUV | 154.11 | 48.36 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 232 | 13 | 0.76 | 0 | 0.94 | 0.09 | 108.49 | 0.89 | 0.48 |
| Hex | 37 | E8 | D | 4C | 0 | 5E | 9 | 6C | 59 | 30 |
| Octal | 67 | 350 | 15 | 114 | 0 | 136 | 11 | 154 | 131 | 60 |
| Binary | 110111 | 11101000 | 1101 | 1001100 | 0 | 1011110 | 1001 | 1101100 | 1011001 | 110000 |
Color Harmonies of #37E80D
Complementary color
Monochromatic Colors of #37E80D
Black with #37E80D
Text Example
Text Example
White with #37E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E80D; }
p { color: rgb(55,232,13); }
H1.HeaderClassName
{
color: #37E80D;
}
.AnyTagClassName
{
color: #37E80D;
}
</style>
background-color css
<style>
a { background-color: #37E80D; }
a { background-color: rgb(55,232,13); }
div.DivClassName
{
background-color: #37E80D;
}
.BgClassName
{
background-color: #37E80D;
}
</style>
border-color css
<style>
span { border-color: #37E80D; }
span { border-color: rgb(55,232,13); }
td.TdClassName
{
border-color: #37E80D;
}
.TagClassName
{
border-color: #37E80D;
}
</style>