Shades of Harlequin #37ED14
Tints of Harlequin #37ED14
RGB
CMYK
RGB Variations
Color information
#37ED14 (or 0x37ED14) is known color: Harlequin. HEX triplet: 37, ED and 14. RGB value is (55,237,20). Sum of RGB (Red+Green+Blue) = 55+237+20=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 237 (92.97% from 255 or 75.96% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 237 - color contains mainly: green. Hex color #37ED14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #37ED14 is #C812EB. Grayscale: #9E9E9E. Windows color (decimal): -13112044 or 1371447. OLE color: 1371447.
HSL color Cylindrical-coordinate representation of color #37ED14: hue angle of 110.32º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37ED14 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 237 | 20 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.07 |
| HSL | 110.32º | 0.86% | 0.5% | - |
| HSV(B) | 110.32º | 0.92% | 0.93% | - |
| XYZ | 31.99 | 61.43 | 10.83 | - |
| YUV | 157.84 | 50.2 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 237 | 20 | 0.77 | 0 | 0.92 | 0.07 | 110.32 | 0.86 | 0.5 |
| Hex | 37 | ED | 14 | 4D | 0 | 5C | 7 | 6E | 56 | 32 |
| Octal | 67 | 355 | 24 | 115 | 0 | 134 | 7 | 156 | 126 | 62 |
| Binary | 110111 | 11101101 | 10100 | 1001101 | 0 | 1011100 | 111 | 1101110 | 1010110 | 110010 |
Color Harmonies of #37ED14
Complementary color
Monochromatic Colors of #37ED14
Black with #37ED14
Text Example
Text Example
White with #37ED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37ED14; }
p { color: rgb(55,237,20); }
H1.HeaderClassName
{
color: #37ED14;
}
.AnyTagClassName
{
color: #37ED14;
}
</style>
background-color css
<style>
a { background-color: #37ED14; }
a { background-color: rgb(55,237,20); }
div.DivClassName
{
background-color: #37ED14;
}
.BgClassName
{
background-color: #37ED14;
}
</style>
border-color css
<style>
span { border-color: #37ED14; }
span { border-color: rgb(55,237,20); }
td.TdClassName
{
border-color: #37ED14;
}
.TagClassName
{
border-color: #37ED14;
}
</style>