Shades of Harlequin #31EC0A
Tints of Harlequin #31EC0A
RGB
CMYK
RGB Variations
Color information
#31EC0A (or 0x31EC0A) is known color: Harlequin. HEX triplet: 31, EC and 0A. RGB value is (49,236,10). Sum of RGB (Red+Green+Blue) = 49+236+10=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 236 (92.58% from 255 or 80% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EC0A is #CE13F5. Grayscale: #9B9B9B. Windows color (decimal): -13505526 or 715825. OLE color: 715825.
HSL color Cylindrical-coordinate representation of color #31EC0A: hue angle of 109.65º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31EC0A is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 10 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.07 |
| HSL | 109.65º | 0.92% | 0.48% | - |
| HSV(B) | 109.65º | 0.96% | 0.93% | - |
| XYZ | 31.32 | 60.67 | 10.35 | - |
| YUV | 154.32 | 46.55 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 10 | 0.79 | 0 | 0.96 | 0.07 | 109.65 | 0.92 | 0.48 |
| Hex | 31 | EC | A | 4F | 0 | 60 | 7 | 6E | 5C | 30 |
| Octal | 61 | 354 | 12 | 117 | 0 | 140 | 7 | 156 | 134 | 60 |
| Binary | 110001 | 11101100 | 1010 | 1001111 | 0 | 1100000 | 111 | 1101110 | 1011100 | 110000 |
Color Harmonies of #31EC0A
Complementary color
Monochromatic Colors of #31EC0A
Black with #31EC0A
Text Example
Text Example
White with #31EC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EC0A; }
p { color: rgb(49,236,10); }
H1.HeaderClassName
{
color: #31EC0A;
}
.AnyTagClassName
{
color: #31EC0A;
}
</style>
background-color css
<style>
a { background-color: #31EC0A; }
a { background-color: rgb(49,236,10); }
div.DivClassName
{
background-color: #31EC0A;
}
.BgClassName
{
background-color: #31EC0A;
}
</style>
border-color css
<style>
span { border-color: #31EC0A; }
span { border-color: rgb(49,236,10); }
td.TdClassName
{
border-color: #31EC0A;
}
.TagClassName
{
border-color: #31EC0A;
}
</style>