Shades of Harlequin #37FA14
Tints of Harlequin #37FA14
RGB
CMYK
RGB Variations
Color information
#37FA14 (or 0x37FA14) is known color: Harlequin. HEX triplet: 37, FA and 14. RGB value is (55,250,20). Sum of RGB (Red+Green+Blue) = 55+250+20=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 250 (98.05% from 255 or 76.92% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 250 - color contains mainly: green. Hex color #37FA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37FA14 is #C805EB. Grayscale: #A6A6A6. Windows color (decimal): -13108716 or 1374775. OLE color: 1374775.
HSL color Cylindrical-coordinate representation of color #37FA14: hue angle of 110.87º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37FA14 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 20 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.02 |
| HSL | 110.87º | 0.96% | 0.53% | - |
| HSV(B) | 110.87º | 0.92% | 0.98% | - |
| XYZ | 35.89 | 69.23 | 12.13 | - |
| YUV | 165.48 | 45.9 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 20 | 0.78 | 0 | 0.92 | 0.02 | 110.87 | 0.96 | 0.53 |
| Hex | 37 | FA | 14 | 4E | 0 | 5C | 2 | 6F | 60 | 35 |
| Octal | 67 | 372 | 24 | 116 | 0 | 134 | 2 | 157 | 140 | 65 |
| Binary | 110111 | 11111010 | 10100 | 1001110 | 0 | 1011100 | 10 | 1101111 | 1100000 | 110101 |
Color Harmonies of #37FA14
Complementary color
Monochromatic Colors of #37FA14
Black with #37FA14
Text Example
Text Example
White with #37FA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FA14; }
p { color: rgb(55,250,20); }
H1.HeaderClassName
{
color: #37FA14;
}
.AnyTagClassName
{
color: #37FA14;
}
</style>
background-color css
<style>
a { background-color: #37FA14; }
a { background-color: rgb(55,250,20); }
div.DivClassName
{
background-color: #37FA14;
}
.BgClassName
{
background-color: #37FA14;
}
</style>
border-color css
<style>
span { border-color: #37FA14; }
span { border-color: rgb(55,250,20); }
td.TdClassName
{
border-color: #37FA14;
}
.TagClassName
{
border-color: #37FA14;
}
</style>