Shades of Harlequin #37F00D
Tints of Harlequin #37F00D
RGB
CMYK
RGB Variations
Color information
#37F00D (or 0x37F00D) is known color: Harlequin. HEX triplet: 37, F0 and 0D. RGB value is (55,240,13). Sum of RGB (Red+Green+Blue) = 55+240+13=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #37F00D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F00D is #C80FF2. Grayscale: #9F9F9F. Windows color (decimal): -13111283 or 913463. OLE color: 913463.
HSL color Cylindrical-coordinate representation of color #37F00D: hue angle of 108.9º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37F00D is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 240 | 13 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.06 |
| HSL | 108.9º | 0.9% | 0.5% | - |
| HSV(B) | 108.9º | 0.95% | 0.94% | - |
| XYZ | 32.81 | 63.16 | 10.84 | - |
| YUV | 158.81 | 45.71 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 240 | 13 | 0.77 | 0 | 0.95 | 0.06 | 108.9 | 0.9 | 0.5 |
| Hex | 37 | F0 | D | 4D | 0 | 5F | 6 | 6D | 5A | 32 |
| Octal | 67 | 360 | 15 | 115 | 0 | 137 | 6 | 155 | 132 | 62 |
| Binary | 110111 | 11110000 | 1101 | 1001101 | 0 | 1011111 | 110 | 1101101 | 1011010 | 110010 |
Color Harmonies of #37F00D
Complementary color
Monochromatic Colors of #37F00D
Black with #37F00D
Text Example
Text Example
White with #37F00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F00D; }
p { color: rgb(55,240,13); }
H1.HeaderClassName
{
color: #37F00D;
}
.AnyTagClassName
{
color: #37F00D;
}
</style>
background-color css
<style>
a { background-color: #37F00D; }
a { background-color: rgb(55,240,13); }
div.DivClassName
{
background-color: #37F00D;
}
.BgClassName
{
background-color: #37F00D;
}
</style>
border-color css
<style>
span { border-color: #37F00D; }
span { border-color: rgb(55,240,13); }
td.TdClassName
{
border-color: #37F00D;
}
.TagClassName
{
border-color: #37F00D;
}
</style>