Shades of Harlequin #37E314
Tints of Harlequin #37E314
RGB
CMYK
RGB Variations
Color information
#37E314 (or 0x37E314) is known color: Harlequin. HEX triplet: 37, E3 and 14. RGB value is (55,227,20). Sum of RGB (Red+Green+Blue) = 55+227+20=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 227 (89.06% from 255 or 75.17% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 227 - color contains mainly: green. Hex color #37E314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37E314 is #C81CEB. Grayscale: #989898. Windows color (decimal): -13114604 or 1368887. OLE color: 1368887.
HSL color Cylindrical-coordinate representation of color #37E314: hue angle of 109.86º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37E314 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 227 | 20 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.11 |
| HSL | 109.86º | 0.84% | 0.48% | - |
| HSV(B) | 109.86º | 0.91% | 0.89% | - |
| XYZ | 29.17 | 55.8 | 9.9 | - |
| YUV | 151.97 | 53.52 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 227 | 20 | 0.76 | 0 | 0.91 | 0.11 | 109.86 | 0.84 | 0.48 |
| Hex | 37 | E3 | 14 | 4C | 0 | 5B | B | 6E | 54 | 30 |
| Octal | 67 | 343 | 24 | 114 | 0 | 133 | 13 | 156 | 124 | 60 |
| Binary | 110111 | 11100011 | 10100 | 1001100 | 0 | 1011011 | 1011 | 1101110 | 1010100 | 110000 |
Color Harmonies of #37E314
Complementary color
Monochromatic Colors of #37E314
Black with #37E314
Text Example
Text Example
White with #37E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E314; }
p { color: rgb(55,227,20); }
H1.HeaderClassName
{
color: #37E314;
}
.AnyTagClassName
{
color: #37E314;
}
</style>
background-color css
<style>
a { background-color: #37E314; }
a { background-color: rgb(55,227,20); }
div.DivClassName
{
background-color: #37E314;
}
.BgClassName
{
background-color: #37E314;
}
</style>
border-color css
<style>
span { border-color: #37E314; }
span { border-color: rgb(55,227,20); }
td.TdClassName
{
border-color: #37E314;
}
.TagClassName
{
border-color: #37E314;
}
</style>