Shades of Harlequin #37E30C
Tints of Harlequin #37E30C
RGB
CMYK
RGB Variations
Color information
#37E30C (or 0x37E30C) is known color: Harlequin. HEX triplet: 37, E3 and 0C. RGB value is (55,227,12). Sum of RGB (Red+Green+Blue) = 55+227+12=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 227 (89.06% from 255 or 77.21% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 227 - color contains mainly: green. Hex color #37E30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37E30C is #C81CF3. Grayscale: #979797. Windows color (decimal): -13114612 or 844599. OLE color: 844599.
HSL color Cylindrical-coordinate representation of color #37E30C: hue angle of 108º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37E30C is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 227 | 12 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.11 |
| HSL | 108º | 0.9% | 0.47% | - |
| HSV(B) | 108º | 0.95% | 0.89% | - |
| XYZ | 29.11 | 55.78 | 9.58 | - |
| YUV | 151.06 | 49.52 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 227 | 12 | 0.76 | 0 | 0.95 | 0.11 | 108 | 0.9 | 0.47 |
| Hex | 37 | E3 | C | 4C | 0 | 5F | B | 6C | 5A | 2F |
| Octal | 67 | 343 | 14 | 114 | 0 | 137 | 13 | 154 | 132 | 57 |
| Binary | 110111 | 11100011 | 1100 | 1001100 | 0 | 1011111 | 1011 | 1101100 | 1011010 | 101111 |
Color Harmonies of #37E30C
Complementary color
Monochromatic Colors of #37E30C
Black with #37E30C
Text Example
Text Example
White with #37E30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E30C; }
p { color: rgb(55,227,12); }
H1.HeaderClassName
{
color: #37E30C;
}
.AnyTagClassName
{
color: #37E30C;
}
</style>
background-color css
<style>
a { background-color: #37E30C; }
a { background-color: rgb(55,227,12); }
div.DivClassName
{
background-color: #37E30C;
}
.BgClassName
{
background-color: #37E30C;
}
</style>
border-color css
<style>
span { border-color: #37E30C; }
span { border-color: rgb(55,227,12); }
td.TdClassName
{
border-color: #37E30C;
}
.TagClassName
{
border-color: #37E30C;
}
</style>