Shades of Harlequin #37F105
Tints of Harlequin #37F105
RGB
CMYK
RGB Variations
Color information
#37F105 (or 0x37F105) is known color: Harlequin. HEX triplet: 37, F1 and 05. RGB value is (55,241,5). Sum of RGB (Red+Green+Blue) = 55+241+5=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 241 (94.53% from 255 or 80.07% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 241 - color contains mainly: green. Hex color #37F105 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F105 is #C80EFA. Grayscale: #9F9F9F. Windows color (decimal): -13111035 or 389431. OLE color: 389431.
HSL color Cylindrical-coordinate representation of color #37F105: hue angle of 107.29º degrees, saturation: 0.96, 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 #37F105 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 241 | 5 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.05 |
| HSL | 107.29º | 0.96% | 0.48% | - |
| HSV(B) | 107.29º | 0.98% | 0.95% | - |
| XYZ | 33.06 | 63.73 | 10.7 | - |
| YUV | 158.48 | 41.38 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 241 | 5 | 0.77 | 0 | 0.98 | 0.05 | 107.29 | 0.96 | 0.48 |
| Hex | 37 | F1 | 5 | 4D | 0 | 62 | 5 | 6B | 60 | 30 |
| Octal | 67 | 361 | 5 | 115 | 0 | 142 | 5 | 153 | 140 | 60 |
| Binary | 110111 | 11110001 | 101 | 1001101 | 0 | 1100010 | 101 | 1101011 | 1100000 | 110000 |
Color Harmonies of #37F105
Complementary color
Monochromatic Colors of #37F105
Black with #37F105
Text Example
Text Example
White with #37F105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F105; }
p { color: rgb(55,241,5); }
H1.HeaderClassName
{
color: #37F105;
}
.AnyTagClassName
{
color: #37F105;
}
</style>
background-color css
<style>
a { background-color: #37F105; }
a { background-color: rgb(55,241,5); }
div.DivClassName
{
background-color: #37F105;
}
.BgClassName
{
background-color: #37F105;
}
</style>
border-color css
<style>
span { border-color: #37F105; }
span { border-color: rgb(55,241,5); }
td.TdClassName
{
border-color: #37F105;
}
.TagClassName
{
border-color: #37F105;
}
</style>