Shades of Harlequin #37F40C
Tints of Harlequin #37F40C
RGB
CMYK
RGB Variations
Color information
#37F40C (or 0x37F40C) is known color: Harlequin. HEX triplet: 37, F4 and 0C. RGB value is (55,244,12). Sum of RGB (Red+Green+Blue) = 55+244+12=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 244 (95.70% from 255 or 78.46% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 244 - color contains mainly: green. Hex color #37F40C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F40C is #C80BF3. Grayscale: #A1A1A1. Windows color (decimal): -13110260 or 848951. OLE color: 848951.
HSL color Cylindrical-coordinate representation of color #37F40C: hue angle of 108.88º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37F40C is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 12 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.04 |
| HSL | 108.88º | 0.91% | 0.5% | - |
| HSV(B) | 108.88º | 0.95% | 0.96% | - |
| XYZ | 33.99 | 65.54 | 11.21 | - |
| YUV | 161.04 | 43.88 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 12 | 0.77 | 0 | 0.95 | 0.04 | 108.88 | 0.91 | 0.5 |
| Hex | 37 | F4 | C | 4D | 0 | 5F | 4 | 6D | 5B | 32 |
| Octal | 67 | 364 | 14 | 115 | 0 | 137 | 4 | 155 | 133 | 62 |
| Binary | 110111 | 11110100 | 1100 | 1001101 | 0 | 1011111 | 100 | 1101101 | 1011011 | 110010 |
Color Harmonies of #37F40C
Complementary color
Monochromatic Colors of #37F40C
Black with #37F40C
Text Example
Text Example
White with #37F40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F40C; }
p { color: rgb(55,244,12); }
H1.HeaderClassName
{
color: #37F40C;
}
.AnyTagClassName
{
color: #37F40C;
}
</style>
background-color css
<style>
a { background-color: #37F40C; }
a { background-color: rgb(55,244,12); }
div.DivClassName
{
background-color: #37F40C;
}
.BgClassName
{
background-color: #37F40C;
}
</style>
border-color css
<style>
span { border-color: #37F40C; }
span { border-color: rgb(55,244,12); }
td.TdClassName
{
border-color: #37F40C;
}
.TagClassName
{
border-color: #37F40C;
}
</style>