Shades of Harlequin #31EC03
Tints of Harlequin #31EC03
RGB
CMYK
RGB Variations
Color information
#31EC03 (or 0x31EC03) is known color: Harlequin. HEX triplet: 31, EC and 03. RGB value is (49,236,3). Sum of RGB (Red+Green+Blue) = 49+236+3=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 236 (92.58% from 255 or 81.94% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EC03 is #CE13FC. Grayscale: #9A9A9A. Windows color (decimal): -13505533 or 257073. OLE color: 257073.
HSL color Cylindrical-coordinate representation of color #31EC03: hue angle of 108.15º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31EC03 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.07 |
| HSL | 108.15º | 0.97% | 0.47% | - |
| HSV(B) | 108.15º | 0.99% | 0.93% | - |
| XYZ | 31.28 | 60.65 | 10.14 | - |
| YUV | 153.53 | 43.05 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 3 | 0.79 | 0 | 0.99 | 0.07 | 108.15 | 0.97 | 0.47 |
| Hex | 31 | EC | 3 | 4F | 0 | 63 | 7 | 6C | 61 | 2F |
| Octal | 61 | 354 | 3 | 117 | 0 | 143 | 7 | 154 | 141 | 57 |
| Binary | 110001 | 11101100 | 11 | 1001111 | 0 | 1100011 | 111 | 1101100 | 1100001 | 101111 |
Color Harmonies of #31EC03
Complementary color
Monochromatic Colors of #31EC03
Black with #31EC03
Text Example
Text Example
White with #31EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EC03; }
p { color: rgb(49,236,3); }
H1.HeaderClassName
{
color: #31EC03;
}
.AnyTagClassName
{
color: #31EC03;
}
</style>
background-color css
<style>
a { background-color: #31EC03; }
a { background-color: rgb(49,236,3); }
div.DivClassName
{
background-color: #31EC03;
}
.BgClassName
{
background-color: #31EC03;
}
</style>
border-color css
<style>
span { border-color: #31EC03; }
span { border-color: rgb(49,236,3); }
td.TdClassName
{
border-color: #31EC03;
}
.TagClassName
{
border-color: #31EC03;
}
</style>