Shades of Harlequin #37F70B
Tints of Harlequin #37F70B
RGB
CMYK
RGB Variations
Color information
#37F70B (or 0x37F70B) is known color: Harlequin. HEX triplet: 37, F7 and 0B. RGB value is (55,247,11). Sum of RGB (Red+Green+Blue) = 55+247+11=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 247 (96.88% from 255 or 78.91% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 247 - color contains mainly: green. Hex color #37F70B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F70B is #C808F4. Grayscale: #A3A3A3. Windows color (decimal): -13109493 or 784183. OLE color: 784183.
HSL color Cylindrical-coordinate representation of color #37F70B: hue angle of 108.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37F70B is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 247 | 11 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.03 |
| HSL | 108.81º | 0.94% | 0.51% | - |
| HSV(B) | 108.81º | 0.96% | 0.97% | - |
| XYZ | 34.9 | 67.36 | 11.48 | - |
| YUV | 162.69 | 42.39 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 247 | 11 | 0.78 | 0 | 0.96 | 0.03 | 108.81 | 0.94 | 0.51 |
| Hex | 37 | F7 | B | 4E | 0 | 60 | 3 | 6D | 5E | 33 |
| Octal | 67 | 367 | 13 | 116 | 0 | 140 | 3 | 155 | 136 | 63 |
| Binary | 110111 | 11110111 | 1011 | 1001110 | 0 | 1100000 | 11 | 1101101 | 1011110 | 110011 |
Color Harmonies of #37F70B
Complementary color
Monochromatic Colors of #37F70B
Black with #37F70B
Text Example
Text Example
White with #37F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F70B; }
p { color: rgb(55,247,11); }
H1.HeaderClassName
{
color: #37F70B;
}
.AnyTagClassName
{
color: #37F70B;
}
</style>
background-color css
<style>
a { background-color: #37F70B; }
a { background-color: rgb(55,247,11); }
div.DivClassName
{
background-color: #37F70B;
}
.BgClassName
{
background-color: #37F70B;
}
</style>
border-color css
<style>
span { border-color: #37F70B; }
span { border-color: rgb(55,247,11); }
td.TdClassName
{
border-color: #37F70B;
}
.TagClassName
{
border-color: #37F70B;
}
</style>