Shades of Harlequin #37F104
Tints of Harlequin #37F104
RGB
CMYK
RGB Variations
Color information
#37F104 (or 0x37F104) is known color: Harlequin. HEX triplet: 37, F1 and 04. RGB value is (55,241,4). Sum of RGB (Red+Green+Blue) = 55+241+4=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 241 (94.53% from 255 or 80.33% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 241 - color contains mainly: green. Hex color #37F104 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F104 is #C80EFB. Grayscale: #9F9F9F. Windows color (decimal): -13111036 or 323895. OLE color: 323895.
HSL color Cylindrical-coordinate representation of color #37F104: hue angle of 107.09º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37F104 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 241 | 4 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.05 |
| HSL | 107.09º | 0.97% | 0.48% | - |
| HSV(B) | 107.09º | 0.98% | 0.95% | - |
| XYZ | 33.05 | 63.73 | 10.67 | - |
| YUV | 158.37 | 40.88 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 241 | 4 | 0.77 | 0 | 0.98 | 0.05 | 107.09 | 0.97 | 0.48 |
| Hex | 37 | F1 | 4 | 4D | 0 | 62 | 5 | 6B | 61 | 30 |
| Octal | 67 | 361 | 4 | 115 | 0 | 142 | 5 | 153 | 141 | 60 |
| Binary | 110111 | 11110001 | 100 | 1001101 | 0 | 1100010 | 101 | 1101011 | 1100001 | 110000 |
Color Harmonies of #37F104
Complementary color
Monochromatic Colors of #37F104
Black with #37F104
Text Example
Text Example
White with #37F104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F104; }
p { color: rgb(55,241,4); }
H1.HeaderClassName
{
color: #37F104;
}
.AnyTagClassName
{
color: #37F104;
}
</style>
background-color css
<style>
a { background-color: #37F104; }
a { background-color: rgb(55,241,4); }
div.DivClassName
{
background-color: #37F104;
}
.BgClassName
{
background-color: #37F104;
}
</style>
border-color css
<style>
span { border-color: #37F104; }
span { border-color: rgb(55,241,4); }
td.TdClassName
{
border-color: #37F104;
}
.TagClassName
{
border-color: #37F104;
}
</style>