Shades of Harlequin #37FF01
Tints of Harlequin #37FF01
RGB
CMYK
RGB Variations
Color information
#37FF01 (or 0x37FF01) is known color: Harlequin. HEX triplet: 37, FF and 01. RGB value is (55,255,1). Sum of RGB (Red+Green+Blue) = 55+255+1=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 255 (100% from 255 or 81.99% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37FF01 is #C800FE. Grayscale: #A7A7A7. Windows color (decimal): -13107455 or 130871. OLE color: 130871.
HSL color Cylindrical-coordinate representation of color #37FF01: hue angle of 107.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37FF01 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 1 | - |
| CMYK | 0.78 | 0 | 1.00 | 0 |
| HSL | 107.24º | 1% | 0.5% | - |
| HSV(B) | 107.24º | 1% | 1% | - |
| XYZ | 37.34 | 72.33 | 12.02 | - |
| YUV | 166.24 | 34.74 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 1 | 0.78 | 0 | 1.00 | 0 | 107.24 | 1 | 0.5 |
| Hex | 37 | FF | 1 | 4E | 0 | 64 | 0 | 6B | 64 | 32 |
| Octal | 67 | 377 | 1 | 116 | 0 | 144 | 0 | 153 | 144 | 62 |
| Binary | 110111 | 11111111 | 1 | 1001110 | 0 | 1100100 | 0 | 1101011 | 1100100 | 110010 |
Color Harmonies of #37FF01
Complementary color
Monochromatic Colors of #37FF01
Black with #37FF01
Text Example
Text Example
White with #37FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF01; }
p { color: rgb(55,255,1); }
H1.HeaderClassName
{
color: #37FF01;
}
.AnyTagClassName
{
color: #37FF01;
}
</style>
background-color css
<style>
a { background-color: #37FF01; }
a { background-color: rgb(55,255,1); }
div.DivClassName
{
background-color: #37FF01;
}
.BgClassName
{
background-color: #37FF01;
}
</style>
border-color css
<style>
span { border-color: #37FF01; }
span { border-color: rgb(55,255,1); }
td.TdClassName
{
border-color: #37FF01;
}
.TagClassName
{
border-color: #37FF01;
}
</style>