Shades of Harlequin #37F422
Tints of Harlequin #37F422
RGB
CMYK
RGB Variations
Color information
#37F422 (or 0x37F422) is known color: Harlequin. HEX triplet: 37, F4 and 22. RGB value is (55,244,34). Sum of RGB (Red+Green+Blue) = 55+244+34=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 244 (95.70% from 255 or 73.27% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 244 - color contains mainly: green. Hex color #37F422 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F422 is #C80BDD. Grayscale: #A4A4A4. Windows color (decimal): -13110238 or 2290743. OLE color: 2290743.
HSL color Cylindrical-coordinate representation of color #37F422: hue angle of 114º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37F422 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 34 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.04 |
| HSL | 114º | 0.91% | 0.55% | - |
| HSV(B) | 114º | 0.86% | 0.96% | - |
| XYZ | 34.21 | 65.63 | 12.38 | - |
| YUV | 163.55 | 54.88 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 34 | 0.77 | 0 | 0.86 | 0.04 | 114 | 0.91 | 0.55 |
| Hex | 37 | F4 | 22 | 4D | 0 | 56 | 4 | 72 | 5B | 37 |
| Octal | 67 | 364 | 42 | 115 | 0 | 126 | 4 | 162 | 133 | 67 |
| Binary | 110111 | 11110100 | 100010 | 1001101 | 0 | 1010110 | 100 | 1110010 | 1011011 | 110111 |
Color Harmonies of #37F422
Complementary color
Monochromatic Colors of #37F422
Black with #37F422
Text Example
Text Example
White with #37F422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F422; }
p { color: rgb(55,244,34); }
H1.HeaderClassName
{
color: #37F422;
}
.AnyTagClassName
{
color: #37F422;
}
</style>
background-color css
<style>
a { background-color: #37F422; }
a { background-color: rgb(55,244,34); }
div.DivClassName
{
background-color: #37F422;
}
.BgClassName
{
background-color: #37F422;
}
</style>
border-color css
<style>
span { border-color: #37F422; }
span { border-color: rgb(55,244,34); }
td.TdClassName
{
border-color: #37F422;
}
.TagClassName
{
border-color: #37F422;
}
</style>