Shades of Harlequin #37F508
Tints of Harlequin #37F508
RGB
CMYK
RGB Variations
Color information
#37F508 (or 0x37F508) is known color: Harlequin. HEX triplet: 37, F5 and 08. RGB value is (55,245,8). Sum of RGB (Red+Green+Blue) = 55+245+8=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 245 (96.09% from 255 or 79.55% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 245 - color contains mainly: green. Hex color #37F508 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F508 is #C80AF7. Grayscale: #A1A1A1. Windows color (decimal): -13110008 or 587063. OLE color: 587063.
HSL color Cylindrical-coordinate representation of color #37F508: hue angle of 108.1º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37F508 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 245 | 8 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.04 |
| HSL | 108.1º | 0.94% | 0.5% | - |
| HSV(B) | 108.1º | 0.97% | 0.96% | - |
| XYZ | 34.27 | 66.13 | 11.19 | - |
| YUV | 161.17 | 41.55 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 245 | 8 | 0.78 | 0 | 0.97 | 0.04 | 108.1 | 0.94 | 0.5 |
| Hex | 37 | F5 | 8 | 4E | 0 | 61 | 4 | 6C | 5E | 32 |
| Octal | 67 | 365 | 10 | 116 | 0 | 141 | 4 | 154 | 136 | 62 |
| Binary | 110111 | 11110101 | 1000 | 1001110 | 0 | 1100001 | 100 | 1101100 | 1011110 | 110010 |
Color Harmonies of #37F508
Complementary color
Monochromatic Colors of #37F508
Black with #37F508
Text Example
Text Example
White with #37F508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F508; }
p { color: rgb(55,245,8); }
H1.HeaderClassName
{
color: #37F508;
}
.AnyTagClassName
{
color: #37F508;
}
</style>
background-color css
<style>
a { background-color: #37F508; }
a { background-color: rgb(55,245,8); }
div.DivClassName
{
background-color: #37F508;
}
.BgClassName
{
background-color: #37F508;
}
</style>
border-color css
<style>
span { border-color: #37F508; }
span { border-color: rgb(55,245,8); }
td.TdClassName
{
border-color: #37F508;
}
.TagClassName
{
border-color: #37F508;
}
</style>