Shades of Harlequin #37FF1F
Tints of Harlequin #37FF1F
RGB
CMYK
RGB Variations
Color information
#37FF1F (or 0x37FF1F) is known color: Harlequin. HEX triplet: 37, FF and 1F. RGB value is (55,255,31). Sum of RGB (Red+Green+Blue) = 55+255+31=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FF1F is #C800E0. Grayscale: #AAAAAA. Windows color (decimal): -13107425 or 2096951. OLE color: 2096951.
HSL color Cylindrical-coordinate representation of color #37FF1F: hue angle of 113.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37FF1F is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 31 | - |
| CMYK | 0.78 | 0 | 0.88 | 0 |
| HSL | 113.57º | 1% | 0.56% | - |
| HSV(B) | 113.57º | 0.88% | 1% | - |
| XYZ | 37.58 | 72.43 | 13.3 | - |
| YUV | 169.66 | 49.74 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 31 | 0.78 | 0 | 0.88 | 0 | 113.57 | 1 | 0.56 |
| Hex | 37 | FF | 1F | 4E | 0 | 58 | 0 | 72 | 64 | 38 |
| Octal | 67 | 377 | 37 | 116 | 0 | 130 | 0 | 162 | 144 | 70 |
| Binary | 110111 | 11111111 | 11111 | 1001110 | 0 | 1011000 | 0 | 1110010 | 1100100 | 111000 |
Color Harmonies of #37FF1F
Complementary color
Monochromatic Colors of #37FF1F
Black with #37FF1F
Text Example
Text Example
White with #37FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF1F; }
p { color: rgb(55,255,31); }
H1.HeaderClassName
{
color: #37FF1F;
}
.AnyTagClassName
{
color: #37FF1F;
}
</style>
background-color css
<style>
a { background-color: #37FF1F; }
a { background-color: rgb(55,255,31); }
div.DivClassName
{
background-color: #37FF1F;
}
.BgClassName
{
background-color: #37FF1F;
}
</style>
border-color css
<style>
span { border-color: #37FF1F; }
span { border-color: rgb(55,255,31); }
td.TdClassName
{
border-color: #37FF1F;
}
.TagClassName
{
border-color: #37FF1F;
}
</style>