Shades of Harlequin #37FC04
Tints of Harlequin #37FC04
RGB
CMYK
RGB Variations
Color information
#37FC04 (or 0x37FC04) is known color: Harlequin. HEX triplet: 37, FC and 04. RGB value is (55,252,4). Sum of RGB (Red+Green+Blue) = 55+252+4=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 252 (98.83% from 255 or 81.03% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 252 - color contains mainly: green. Hex color #37FC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37FC04 is #C803FB. Grayscale: #A5A5A5. Windows color (decimal): -13108220 or 326711. OLE color: 326711.
HSL color Cylindrical-coordinate representation of color #37FC04: hue angle of 107.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37FC04 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 252 | 4 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.01 |
| HSL | 107.66º | 0.98% | 0.5% | - |
| HSV(B) | 107.66º | 0.98% | 0.99% | - |
| XYZ | 36.41 | 70.44 | 11.79 | - |
| YUV | 164.83 | 37.23 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 252 | 4 | 0.78 | 0 | 0.98 | 0.01 | 107.66 | 0.98 | 0.5 |
| Hex | 37 | FC | 4 | 4E | 0 | 62 | 1 | 6C | 62 | 32 |
| Octal | 67 | 374 | 4 | 116 | 0 | 142 | 1 | 154 | 142 | 62 |
| Binary | 110111 | 11111100 | 100 | 1001110 | 0 | 1100010 | 1 | 1101100 | 1100010 | 110010 |
Color Harmonies of #37FC04
Complementary color
Monochromatic Colors of #37FC04
Black with #37FC04
Text Example
Text Example
White with #37FC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FC04; }
p { color: rgb(55,252,4); }
H1.HeaderClassName
{
color: #37FC04;
}
.AnyTagClassName
{
color: #37FC04;
}
</style>
background-color css
<style>
a { background-color: #37FC04; }
a { background-color: rgb(55,252,4); }
div.DivClassName
{
background-color: #37FC04;
}
.BgClassName
{
background-color: #37FC04;
}
</style>
border-color css
<style>
span { border-color: #37FC04; }
span { border-color: rgb(55,252,4); }
td.TdClassName
{
border-color: #37FC04;
}
.TagClassName
{
border-color: #37FC04;
}
</style>