Shades of Harlequin #31EC06
Tints of Harlequin #31EC06
RGB
CMYK
RGB Variations
Color information
#31EC06 (or 0x31EC06) is known color: Harlequin. HEX triplet: 31, EC and 06. RGB value is (49,236,6). Sum of RGB (Red+Green+Blue) = 49+236+6=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 236 (92.58% from 255 or 81.10% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #31EC06 is #CE13F9. Grayscale: #9A9A9A. Windows color (decimal): -13505530 or 453681. OLE color: 453681.
HSL color Cylindrical-coordinate representation of color #31EC06: hue angle of 108.78º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31EC06 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 6 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.07 |
| HSL | 108.78º | 0.95% | 0.47% | - |
| HSV(B) | 108.78º | 0.97% | 0.93% | - |
| XYZ | 31.29 | 60.66 | 10.23 | - |
| YUV | 153.87 | 44.55 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 6 | 0.79 | 0 | 0.97 | 0.07 | 108.78 | 0.95 | 0.47 |
| Hex | 31 | EC | 6 | 4F | 0 | 61 | 7 | 6D | 5F | 2F |
| Octal | 61 | 354 | 6 | 117 | 0 | 141 | 7 | 155 | 137 | 57 |
| Binary | 110001 | 11101100 | 110 | 1001111 | 0 | 1100001 | 111 | 1101101 | 1011111 | 101111 |
Color Harmonies of #31EC06
Complementary color
Monochromatic Colors of #31EC06
Black with #31EC06
Text Example
Text Example
White with #31EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EC06; }
p { color: rgb(49,236,6); }
H1.HeaderClassName
{
color: #31EC06;
}
.AnyTagClassName
{
color: #31EC06;
}
</style>
background-color css
<style>
a { background-color: #31EC06; }
a { background-color: rgb(49,236,6); }
div.DivClassName
{
background-color: #31EC06;
}
.BgClassName
{
background-color: #31EC06;
}
</style>
border-color css
<style>
span { border-color: #31EC06; }
span { border-color: rgb(49,236,6); }
td.TdClassName
{
border-color: #31EC06;
}
.TagClassName
{
border-color: #31EC06;
}
</style>