Shades of Harlequin #37FF2A
Tints of Harlequin #37FF2A
RGB
CMYK
RGB Variations
Color information
#37FF2A (or 0x37FF2A) is known color: Harlequin. HEX triplet: 37, FF and 2A. RGB value is (55,255,42). Sum of RGB (Red+Green+Blue) = 55+255+42=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FF2A is #C800D5. Grayscale: #ABABAB. Windows color (decimal): -13107414 or 2817847. OLE color: 2817847.
HSL color Cylindrical-coordinate representation of color #37FF2A: hue angle of 116.34º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37FF2A is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 42 | - |
| CMYK | 0.78 | 0 | 0.84 | 0 |
| HSL | 116.34º | 1% | 0.58% | - |
| HSV(B) | 116.34º | 0.84% | 1% | - |
| XYZ | 37.75 | 72.5 | 14.19 | - |
| YUV | 170.92 | 55.24 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 42 | 0.78 | 0 | 0.84 | 0 | 116.34 | 1 | 0.58 |
| Hex | 37 | FF | 2A | 4E | 0 | 54 | 0 | 74 | 64 | 3A |
| Octal | 67 | 377 | 52 | 116 | 0 | 124 | 0 | 164 | 144 | 72 |
| Binary | 110111 | 11111111 | 101010 | 1001110 | 0 | 1010100 | 0 | 1110100 | 1100100 | 111010 |
Color Harmonies of #37FF2A
Complementary color
Monochromatic Colors of #37FF2A
Black with #37FF2A
Text Example
Text Example
White with #37FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF2A; }
p { color: rgb(55,255,42); }
H1.HeaderClassName
{
color: #37FF2A;
}
.AnyTagClassName
{
color: #37FF2A;
}
</style>
background-color css
<style>
a { background-color: #37FF2A; }
a { background-color: rgb(55,255,42); }
div.DivClassName
{
background-color: #37FF2A;
}
.BgClassName
{
background-color: #37FF2A;
}
</style>
border-color css
<style>
span { border-color: #37FF2A; }
span { border-color: rgb(55,255,42); }
td.TdClassName
{
border-color: #37FF2A;
}
.TagClassName
{
border-color: #37FF2A;
}
</style>