Shades of Harlequin #37FE12
Tints of Harlequin #37FE12
RGB
CMYK
RGB Variations
Color information
#37FE12 (or 0x37FE12) is known color: Harlequin. HEX triplet: 37, FE and 12. RGB value is (55,254,18). Sum of RGB (Red+Green+Blue) = 55+254+18=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 254 (99.61% from 255 or 77.68% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 254 - color contains mainly: green. Hex color #37FE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37FE12 is #C801ED. Grayscale: #A8A8A8. Windows color (decimal): -13107694 or 1244727. OLE color: 1244727.
HSL color Cylindrical-coordinate representation of color #37FE12: hue angle of 110.59º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37FE12 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 254 | 18 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.00 |
| HSL | 110.59º | 0.99% | 0.53% | - |
| HSV(B) | 110.59º | 0.93% | 1% | - |
| XYZ | 37.13 | 71.74 | 12.46 | - |
| YUV | 167.6 | 43.57 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 254 | 18 | 0.78 | 0 | 0.93 | 0.00 | 110.59 | 0.99 | 0.53 |
| Hex | 37 | FE | 12 | 4E | 0 | 5D | 0 | 6F | 63 | 35 |
| Octal | 67 | 376 | 22 | 116 | 0 | 135 | 0 | 157 | 143 | 65 |
| Binary | 110111 | 11111110 | 10010 | 1001110 | 0 | 1011101 | 0 | 1101111 | 1100011 | 110101 |
Color Harmonies of #37FE12
Complementary color
Monochromatic Colors of #37FE12
Black with #37FE12
Text Example
Text Example
White with #37FE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FE12; }
p { color: rgb(55,254,18); }
H1.HeaderClassName
{
color: #37FE12;
}
.AnyTagClassName
{
color: #37FE12;
}
</style>
background-color css
<style>
a { background-color: #37FE12; }
a { background-color: rgb(55,254,18); }
div.DivClassName
{
background-color: #37FE12;
}
.BgClassName
{
background-color: #37FE12;
}
</style>
border-color css
<style>
span { border-color: #37FE12; }
span { border-color: rgb(55,254,18); }
td.TdClassName
{
border-color: #37FE12;
}
.TagClassName
{
border-color: #37FE12;
}
</style>