Shades of Harlequin #37FF02
Tints of Harlequin #37FF02
RGB
CMYK
RGB Variations
Color information
#37FF02 (or 0x37FF02) is known color: Harlequin. HEX triplet: 37, FF and 02. RGB value is (55,255,2). Sum of RGB (Red+Green+Blue) = 55+255+2=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 255 (100% from 255 or 81.73% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37FF02 is #C800FD. Grayscale: #A7A7A7. Windows color (decimal): -13107454 or 196407. OLE color: 196407.
HSL color Cylindrical-coordinate representation of color #37FF02: hue angle of 107.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37FF02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0 |
| HSL | 107.43º | 1% | 0.5% | - |
| HSV(B) | 107.43º | 0.99% | 1% | - |
| XYZ | 37.35 | 72.34 | 12.05 | - |
| YUV | 166.36 | 35.24 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 2 | 0.78 | 0 | 0.99 | 0 | 107.43 | 1 | 0.5 |
| Hex | 37 | FF | 2 | 4E | 0 | 63 | 0 | 6B | 64 | 32 |
| Octal | 67 | 377 | 2 | 116 | 0 | 143 | 0 | 153 | 144 | 62 |
| Binary | 110111 | 11111111 | 10 | 1001110 | 0 | 1100011 | 0 | 1101011 | 1100100 | 110010 |
Color Harmonies of #37FF02
Complementary color
Monochromatic Colors of #37FF02
Black with #37FF02
Text Example
Text Example
White with #37FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF02; }
p { color: rgb(55,255,2); }
H1.HeaderClassName
{
color: #37FF02;
}
.AnyTagClassName
{
color: #37FF02;
}
</style>
background-color css
<style>
a { background-color: #37FF02; }
a { background-color: rgb(55,255,2); }
div.DivClassName
{
background-color: #37FF02;
}
.BgClassName
{
background-color: #37FF02;
}
</style>
border-color css
<style>
span { border-color: #37FF02; }
span { border-color: rgb(55,255,2); }
td.TdClassName
{
border-color: #37FF02;
}
.TagClassName
{
border-color: #37FF02;
}
</style>