Shades of Harlequin #37EA14
Tints of Harlequin #37EA14
RGB
CMYK
RGB Variations
Color information
#37EA14 (or 0x37EA14) is known color: Harlequin. HEX triplet: 37, EA and 14. RGB value is (55,234,20). Sum of RGB (Red+Green+Blue) = 55+234+20=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 234 (91.80% from 255 or 75.73% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 234 - color contains mainly: green. Hex color #37EA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37EA14 is #C815EB. Grayscale: #9C9C9C. Windows color (decimal): -13112812 or 1370679. OLE color: 1370679.
HSL color Cylindrical-coordinate representation of color #37EA14: hue angle of 110.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37EA14 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 234 | 20 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.08 |
| HSL | 110.19º | 0.84% | 0.5% | - |
| HSV(B) | 110.19º | 0.91% | 0.92% | - |
| XYZ | 31.12 | 59.71 | 10.55 | - |
| YUV | 156.08 | 51.2 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 234 | 20 | 0.76 | 0 | 0.91 | 0.08 | 110.19 | 0.84 | 0.5 |
| Hex | 37 | EA | 14 | 4C | 0 | 5B | 8 | 6E | 54 | 32 |
| Octal | 67 | 352 | 24 | 114 | 0 | 133 | 10 | 156 | 124 | 62 |
| Binary | 110111 | 11101010 | 10100 | 1001100 | 0 | 1011011 | 1000 | 1101110 | 1010100 | 110010 |
Color Harmonies of #37EA14
Complementary color
Monochromatic Colors of #37EA14
Black with #37EA14
Text Example
Text Example
White with #37EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EA14; }
p { color: rgb(55,234,20); }
H1.HeaderClassName
{
color: #37EA14;
}
.AnyTagClassName
{
color: #37EA14;
}
</style>
background-color css
<style>
a { background-color: #37EA14; }
a { background-color: rgb(55,234,20); }
div.DivClassName
{
background-color: #37EA14;
}
.BgClassName
{
background-color: #37EA14;
}
</style>
border-color css
<style>
span { border-color: #37EA14; }
span { border-color: rgb(55,234,20); }
td.TdClassName
{
border-color: #37EA14;
}
.TagClassName
{
border-color: #37EA14;
}
</style>