Shades of Harlequin #37FF0F
Tints of Harlequin #37FF0F
RGB
CMYK
RGB Variations
Color information
#37FF0F (or 0x37FF0F) is known color: Harlequin. HEX triplet: 37, FF and 0F. RGB value is (55,255,15). Sum of RGB (Red+Green+Blue) = 55+255+15=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 255 (100% from 255 or 78.46% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37FF0F is #C800F0. Grayscale: #A8A8A8. Windows color (decimal): -13107441 or 1048375. OLE color: 1048375.
HSL color Cylindrical-coordinate representation of color #37FF0F: hue angle of 110º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #37FF0F is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 15 | - |
| CMYK | 0.78 | 0 | 0.94 | 0 |
| HSL | 110º | 1% | 0.53% | - |
| HSV(B) | 110º | 0.94% | 1% | - |
| XYZ | 37.42 | 72.37 | 12.45 | - |
| YUV | 167.84 | 41.74 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 15 | 0.78 | 0 | 0.94 | 0 | 110 | 1 | 0.53 |
| Hex | 37 | FF | F | 4E | 0 | 5E | 0 | 6E | 64 | 35 |
| Octal | 67 | 377 | 17 | 116 | 0 | 136 | 0 | 156 | 144 | 65 |
| Binary | 110111 | 11111111 | 1111 | 1001110 | 0 | 1011110 | 0 | 1101110 | 1100100 | 110101 |
Color Harmonies of #37FF0F
Complementary color
Monochromatic Colors of #37FF0F
Black with #37FF0F
Text Example
Text Example
White with #37FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF0F; }
p { color: rgb(55,255,15); }
H1.HeaderClassName
{
color: #37FF0F;
}
.AnyTagClassName
{
color: #37FF0F;
}
</style>
background-color css
<style>
a { background-color: #37FF0F; }
a { background-color: rgb(55,255,15); }
div.DivClassName
{
background-color: #37FF0F;
}
.BgClassName
{
background-color: #37FF0F;
}
</style>
border-color css
<style>
span { border-color: #37FF0F; }
span { border-color: rgb(55,255,15); }
td.TdClassName
{
border-color: #37FF0F;
}
.TagClassName
{
border-color: #37FF0F;
}
</style>