Shades of Harlequin #37DC0F
Tints of Harlequin #37DC0F
RGB
CMYK
RGB Variations
Color information
#37DC0F (or 0x37DC0F) is known color: Harlequin. HEX triplet: 37, DC and 0F. RGB value is (55,220,15). Sum of RGB (Red+Green+Blue) = 55+220+15=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37DC0F is #C823F0. Grayscale: #939393. Windows color (decimal): -13116401 or 1039415. OLE color: 1039415.
HSL color Cylindrical-coordinate representation of color #37DC0F: hue angle of 108.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37DC0F is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 15 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.14 |
| HSL | 108.29º | 0.87% | 0.46% | - |
| HSV(B) | 108.29º | 0.93% | 0.86% | - |
| XYZ | 27.25 | 52.03 | 9.06 | - |
| YUV | 147.3 | 53.34 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 15 | 0.75 | 0 | 0.93 | 0.14 | 108.29 | 0.87 | 0.46 |
| Hex | 37 | DC | F | 4B | 0 | 5D | E | 6C | 57 | 2E |
| Octal | 67 | 334 | 17 | 113 | 0 | 135 | 16 | 154 | 127 | 56 |
| Binary | 110111 | 11011100 | 1111 | 1001011 | 0 | 1011101 | 1110 | 1101100 | 1010111 | 101110 |
Color Harmonies of #37DC0F
Complementary color
Monochromatic Colors of #37DC0F
Black with #37DC0F
Text Example
Text Example
White with #37DC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC0F; }
p { color: rgb(55,220,15); }
H1.HeaderClassName
{
color: #37DC0F;
}
.AnyTagClassName
{
color: #37DC0F;
}
</style>
background-color css
<style>
a { background-color: #37DC0F; }
a { background-color: rgb(55,220,15); }
div.DivClassName
{
background-color: #37DC0F;
}
.BgClassName
{
background-color: #37DC0F;
}
</style>
border-color css
<style>
span { border-color: #37DC0F; }
span { border-color: rgb(55,220,15); }
td.TdClassName
{
border-color: #37DC0F;
}
.TagClassName
{
border-color: #37DC0F;
}
</style>