Shades of Harlequin #31EE10
Tints of Harlequin #31EE10
RGB
CMYK
RGB Variations
Color information
#31EE10 (or 0x31EE10) is known color: Harlequin. HEX triplet: 31, EE and 10. RGB value is (49,238,16). Sum of RGB (Red+Green+Blue) = 49+238+16=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 238 (93.36% from 255 or 78.55% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 238 - color contains mainly: green. Hex color #31EE10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EE10 is #CE11EF. Grayscale: #9C9C9C. Windows color (decimal): -13505008 or 1109553. OLE color: 1109553.
HSL color Cylindrical-coordinate representation of color #31EE10: hue angle of 111.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #31EE10 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 238 | 16 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.07 |
| HSL | 111.08º | 0.87% | 0.5% | - |
| HSV(B) | 111.08º | 0.93% | 0.93% | - |
| XYZ | 31.93 | 61.84 | 10.74 | - |
| YUV | 156.18 | 48.88 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 238 | 16 | 0.79 | 0 | 0.93 | 0.07 | 111.08 | 0.87 | 0.5 |
| Hex | 31 | EE | 10 | 4F | 0 | 5D | 7 | 6F | 57 | 32 |
| Octal | 61 | 356 | 20 | 117 | 0 | 135 | 7 | 157 | 127 | 62 |
| Binary | 110001 | 11101110 | 10000 | 1001111 | 0 | 1011101 | 111 | 1101111 | 1010111 | 110010 |
Color Harmonies of #31EE10
Complementary color
Monochromatic Colors of #31EE10
Black with #31EE10
Text Example
Text Example
White with #31EE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EE10; }
p { color: rgb(49,238,16); }
H1.HeaderClassName
{
color: #31EE10;
}
.AnyTagClassName
{
color: #31EE10;
}
</style>
background-color css
<style>
a { background-color: #31EE10; }
a { background-color: rgb(49,238,16); }
div.DivClassName
{
background-color: #31EE10;
}
.BgClassName
{
background-color: #31EE10;
}
</style>
border-color css
<style>
span { border-color: #31EE10; }
span { border-color: rgb(49,238,16); }
td.TdClassName
{
border-color: #31EE10;
}
.TagClassName
{
border-color: #31EE10;
}
</style>