Shades of Harlequin #37E306
Tints of Harlequin #37E306
RGB
CMYK
RGB Variations
Color information
#37E306 (or 0x37E306) is known color: Harlequin. HEX triplet: 37, E3 and 06. RGB value is (55,227,6). Sum of RGB (Red+Green+Blue) = 55+227+6=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 227 (89.06% from 255 or 78.82% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 227 - color contains mainly: green. Hex color #37E306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37E306 is #C81CF9. Grayscale: #979797. Windows color (decimal): -13114618 or 451383. OLE color: 451383.
HSL color Cylindrical-coordinate representation of color #37E306: hue angle of 106.7º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37E306 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 227 | 6 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.11 |
| HSL | 106.7º | 0.95% | 0.46% | - |
| HSV(B) | 106.7º | 0.97% | 0.89% | - |
| XYZ | 29.08 | 55.76 | 9.4 | - |
| YUV | 150.38 | 46.52 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 227 | 6 | 0.76 | 0 | 0.97 | 0.11 | 106.7 | 0.95 | 0.46 |
| Hex | 37 | E3 | 6 | 4C | 0 | 61 | B | 6B | 5F | 2E |
| Octal | 67 | 343 | 6 | 114 | 0 | 141 | 13 | 153 | 137 | 56 |
| Binary | 110111 | 11100011 | 110 | 1001100 | 0 | 1100001 | 1011 | 1101011 | 1011111 | 101110 |
Color Harmonies of #37E306
Complementary color
Monochromatic Colors of #37E306
Black with #37E306
Text Example
Text Example
White with #37E306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E306; }
p { color: rgb(55,227,6); }
H1.HeaderClassName
{
color: #37E306;
}
.AnyTagClassName
{
color: #37E306;
}
</style>
background-color css
<style>
a { background-color: #37E306; }
a { background-color: rgb(55,227,6); }
div.DivClassName
{
background-color: #37E306;
}
.BgClassName
{
background-color: #37E306;
}
</style>
border-color css
<style>
span { border-color: #37E306; }
span { border-color: rgb(55,227,6); }
td.TdClassName
{
border-color: #37E306;
}
.TagClassName
{
border-color: #37E306;
}
</style>