Shades of Harlequin #37F507
Tints of Harlequin #37F507
RGB
CMYK
RGB Variations
Color information
#37F507 (or 0x37F507) is known color: Harlequin. HEX triplet: 37, F5 and 07. RGB value is (55,245,7). Sum of RGB (Red+Green+Blue) = 55+245+7=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 245 (96.09% from 255 or 79.80% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 245 - color contains mainly: green. Hex color #37F507 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F507 is #C80AF8. Grayscale: #A1A1A1. Windows color (decimal): -13110009 or 521527. OLE color: 521527.
HSL color Cylindrical-coordinate representation of color #37F507: hue angle of 107.9º 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 #37F507 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 245 | 7 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.04 |
| HSL | 107.9º | 0.94% | 0.49% | - |
| HSV(B) | 107.9º | 0.97% | 0.96% | - |
| XYZ | 34.27 | 66.13 | 11.16 | - |
| YUV | 161.06 | 41.05 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 245 | 7 | 0.78 | 0 | 0.97 | 0.04 | 107.9 | 0.94 | 0.49 |
| Hex | 37 | F5 | 7 | 4E | 0 | 61 | 4 | 6C | 5E | 31 |
| Octal | 67 | 365 | 7 | 116 | 0 | 141 | 4 | 154 | 136 | 61 |
| Binary | 110111 | 11110101 | 111 | 1001110 | 0 | 1100001 | 100 | 1101100 | 1011110 | 110001 |
Color Harmonies of #37F507
Complementary color
Monochromatic Colors of #37F507
Black with #37F507
Text Example
Text Example
White with #37F507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F507; }
p { color: rgb(55,245,7); }
H1.HeaderClassName
{
color: #37F507;
}
.AnyTagClassName
{
color: #37F507;
}
</style>
background-color css
<style>
a { background-color: #37F507; }
a { background-color: rgb(55,245,7); }
div.DivClassName
{
background-color: #37F507;
}
.BgClassName
{
background-color: #37F507;
}
</style>
border-color css
<style>
span { border-color: #37F507; }
span { border-color: rgb(55,245,7); }
td.TdClassName
{
border-color: #37F507;
}
.TagClassName
{
border-color: #37F507;
}
</style>