Shades of Harlequin #31E210
Tints of Harlequin #31E210
RGB
CMYK
RGB Variations
Color information
#31E210 (or 0x31E210) is known color: Harlequin. HEX triplet: 31, E2 and 10. RGB value is (49,226,16). Sum of RGB (Red+Green+Blue) = 49+226+16=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 226 (88.67% from 255 or 77.66% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 226 - color contains mainly: green. Hex color #31E210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31E210 is #CE1DEF. Grayscale: #959595. Windows color (decimal): -13508080 or 1106481. OLE color: 1106481.
HSL color Cylindrical-coordinate representation of color #31E210: hue angle of 110.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31E210 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 226 | 16 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.11 |
| HSL | 110.57º | 0.87% | 0.47% | - |
| HSV(B) | 110.57º | 0.93% | 0.89% | - |
| XYZ | 28.56 | 55.08 | 9.62 | - |
| YUV | 149.14 | 52.86 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 16 | 0.78 | 0 | 0.93 | 0.11 | 110.57 | 0.87 | 0.47 |
| Hex | 31 | E2 | 10 | 4E | 0 | 5D | B | 6F | 57 | 2F |
| Octal | 61 | 342 | 20 | 116 | 0 | 135 | 13 | 157 | 127 | 57 |
| Binary | 110001 | 11100010 | 10000 | 1001110 | 0 | 1011101 | 1011 | 1101111 | 1010111 | 101111 |
Color Harmonies of #31E210
Complementary color
Monochromatic Colors of #31E210
Black with #31E210
Text Example
Text Example
White with #31E210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E210; }
p { color: rgb(49,226,16); }
H1.HeaderClassName
{
color: #31E210;
}
.AnyTagClassName
{
color: #31E210;
}
</style>
background-color css
<style>
a { background-color: #31E210; }
a { background-color: rgb(49,226,16); }
div.DivClassName
{
background-color: #31E210;
}
.BgClassName
{
background-color: #31E210;
}
</style>
border-color css
<style>
span { border-color: #31E210; }
span { border-color: rgb(49,226,16); }
td.TdClassName
{
border-color: #31E210;
}
.TagClassName
{
border-color: #31E210;
}
</style>