Shades of Harlequin #37F503
Tints of Harlequin #37F503
RGB
CMYK
RGB Variations
Color information
#37F503 (or 0x37F503) is known color: Harlequin. HEX triplet: 37, F5 and 03. RGB value is (55,245,3). Sum of RGB (Red+Green+Blue) = 55+245+3=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 245 (96.09% from 255 or 80.86% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 245 - color contains mainly: green. Hex color #37F503 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37F503 is #C80AFC. Grayscale: #A1A1A1. Windows color (decimal): -13110013 or 259383. OLE color: 259383.
HSL color Cylindrical-coordinate representation of color #37F503: hue angle of 107.11º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37F503 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 245 | 3 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.04 |
| HSL | 107.11º | 0.98% | 0.49% | - |
| HSV(B) | 107.11º | 0.99% | 0.96% | - |
| XYZ | 34.24 | 66.12 | 11.04 | - |
| YUV | 160.6 | 39.05 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 245 | 3 | 0.78 | 0 | 0.99 | 0.04 | 107.11 | 0.98 | 0.49 |
| Hex | 37 | F5 | 3 | 4E | 0 | 63 | 4 | 6B | 62 | 31 |
| Octal | 67 | 365 | 3 | 116 | 0 | 143 | 4 | 153 | 142 | 61 |
| Binary | 110111 | 11110101 | 11 | 1001110 | 0 | 1100011 | 100 | 1101011 | 1100010 | 110001 |
Color Harmonies of #37F503
Complementary color
Monochromatic Colors of #37F503
Black with #37F503
Text Example
Text Example
White with #37F503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F503; }
p { color: rgb(55,245,3); }
H1.HeaderClassName
{
color: #37F503;
}
.AnyTagClassName
{
color: #37F503;
}
</style>
background-color css
<style>
a { background-color: #37F503; }
a { background-color: rgb(55,245,3); }
div.DivClassName
{
background-color: #37F503;
}
.BgClassName
{
background-color: #37F503;
}
</style>
border-color css
<style>
span { border-color: #37F503; }
span { border-color: rgb(55,245,3); }
td.TdClassName
{
border-color: #37F503;
}
.TagClassName
{
border-color: #37F503;
}
</style>