Shades of Harlequin #37F316
Tints of Harlequin #37F316
RGB
CMYK
RGB Variations
Color information
#37F316 (or 0x37F316) is known color: Harlequin. HEX triplet: 37, F3 and 16. RGB value is (55,243,22). Sum of RGB (Red+Green+Blue) = 55+243+22=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 243 (95.31% from 255 or 75.94% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 243 - color contains mainly: green. Hex color #37F316 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F316 is #C80CE9. Grayscale: #A2A2A2. Windows color (decimal): -13110506 or 1504055. OLE color: 1504055.
HSL color Cylindrical-coordinate representation of color #37F316: hue angle of 111.04º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37F316 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 243 | 22 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.05 |
| HSL | 111.04º | 0.9% | 0.52% | - |
| HSV(B) | 111.04º | 0.91% | 0.95% | - |
| XYZ | 33.77 | 64.97 | 11.52 | - |
| YUV | 161.59 | 49.22 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 243 | 22 | 0.77 | 0 | 0.91 | 0.05 | 111.04 | 0.9 | 0.52 |
| Hex | 37 | F3 | 16 | 4D | 0 | 5B | 5 | 6F | 5A | 34 |
| Octal | 67 | 363 | 26 | 115 | 0 | 133 | 5 | 157 | 132 | 64 |
| Binary | 110111 | 11110011 | 10110 | 1001101 | 0 | 1011011 | 101 | 1101111 | 1011010 | 110100 |
Color Harmonies of #37F316
Complementary color
Monochromatic Colors of #37F316
Black with #37F316
Text Example
Text Example
White with #37F316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F316; }
p { color: rgb(55,243,22); }
H1.HeaderClassName
{
color: #37F316;
}
.AnyTagClassName
{
color: #37F316;
}
</style>
background-color css
<style>
a { background-color: #37F316; }
a { background-color: rgb(55,243,22); }
div.DivClassName
{
background-color: #37F316;
}
.BgClassName
{
background-color: #37F316;
}
</style>
border-color css
<style>
span { border-color: #37F316; }
span { border-color: rgb(55,243,22); }
td.TdClassName
{
border-color: #37F316;
}
.TagClassName
{
border-color: #37F316;
}
</style>