Shades of Harlequin #37F500
Tints of Harlequin #37F500
RGB
CMYK
RGB Variations
Color information
#37F500 (or 0x37F500) is known color: Harlequin. HEX triplet: 37, F5 and 00. RGB value is (55,245,0). Sum of RGB (Red+Green+Blue) = 55+245+0=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 245 (96.09% from 255 or 81.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 245 - color contains mainly: green. Hex color #37F500 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F500 is #C80AFF. Grayscale: #A1A1A1. Windows color (decimal): -13110016 or 62775. OLE color: 62775.
HSL color Cylindrical-coordinate representation of color #37F500: hue angle of 106.53º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37F500 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 245 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.04 |
| HSL | 106.53º | 1% | 0.48% | - |
| HSV(B) | 106.53º | 1% | 0.96% | - |
| XYZ | 34.23 | 66.12 | 10.96 | - |
| YUV | 160.26 | 37.55 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 245 | 0 | 0.78 | 0 | 1 | 0.04 | 106.53 | 1 | 0.48 |
| Hex | 37 | F5 | 0 | 4E | 0 | 64 | 4 | 6B | 64 | 30 |
| Octal | 67 | 365 | 0 | 116 | 0 | 144 | 4 | 153 | 144 | 60 |
| Binary | 110111 | 11110101 | 0 | 1001110 | 0 | 1100100 | 100 | 1101011 | 1100100 | 110000 |
Color Harmonies of #37F500
Complementary color
Monochromatic Colors of #37F500
Black with #37F500
Text Example
Text Example
White with #37F500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F500; }
p { color: rgb(55,245,0); }
H1.HeaderClassName
{
color: #37F500;
}
.AnyTagClassName
{
color: #37F500;
}
</style>
background-color css
<style>
a { background-color: #37F500; }
a { background-color: rgb(55,245,0); }
div.DivClassName
{
background-color: #37F500;
}
.BgClassName
{
background-color: #37F500;
}
</style>
border-color css
<style>
span { border-color: #37F500; }
span { border-color: rgb(55,245,0); }
td.TdClassName
{
border-color: #37F500;
}
.TagClassName
{
border-color: #37F500;
}
</style>