Shades of Harlequin #37F407
Tints of Harlequin #37F407
RGB
CMYK
RGB Variations
Color information
#37F407 (or 0x37F407) is known color: Harlequin. HEX triplet: 37, F4 and 07. RGB value is (55,244,7). Sum of RGB (Red+Green+Blue) = 55+244+7=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 244 (95.70% from 255 or 79.74% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 244 - color contains mainly: green. Hex color #37F407 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F407 is #C80BF8. Grayscale: #A1A1A1. Windows color (decimal): -13110265 or 521271. OLE color: 521271.
HSL color Cylindrical-coordinate representation of color #37F407: hue angle of 107.85º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37F407 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 7 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.04 |
| HSL | 107.85º | 0.94% | 0.49% | - |
| HSV(B) | 107.85º | 0.97% | 0.96% | - |
| XYZ | 33.96 | 65.53 | 11.06 | - |
| YUV | 160.47 | 41.38 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 7 | 0.77 | 0 | 0.97 | 0.04 | 107.85 | 0.94 | 0.49 |
| Hex | 37 | F4 | 7 | 4D | 0 | 61 | 4 | 6C | 5E | 31 |
| Octal | 67 | 364 | 7 | 115 | 0 | 141 | 4 | 154 | 136 | 61 |
| Binary | 110111 | 11110100 | 111 | 1001101 | 0 | 1100001 | 100 | 1101100 | 1011110 | 110001 |
Color Harmonies of #37F407
Complementary color
Monochromatic Colors of #37F407
Black with #37F407
Text Example
Text Example
White with #37F407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F407; }
p { color: rgb(55,244,7); }
H1.HeaderClassName
{
color: #37F407;
}
.AnyTagClassName
{
color: #37F407;
}
</style>
background-color css
<style>
a { background-color: #37F407; }
a { background-color: rgb(55,244,7); }
div.DivClassName
{
background-color: #37F407;
}
.BgClassName
{
background-color: #37F407;
}
</style>
border-color css
<style>
span { border-color: #37F407; }
span { border-color: rgb(55,244,7); }
td.TdClassName
{
border-color: #37F407;
}
.TagClassName
{
border-color: #37F407;
}
</style>