Shades of Harlequin #47EC06
Tints of Harlequin #47EC06
RGB
CMYK
RGB Variations
Color information
#47EC06 (or 0x47EC06) is known color: Harlequin. HEX triplet: 47, EC and 06. RGB value is (71,236,6). Sum of RGB (Red+Green+Blue) = 71+236+6=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 236 (92.58% from 255 or 75.40% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 236 - color contains mainly: green. Hex color #47EC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47EC06 is #B813F9. Grayscale: #A1A1A1. Windows color (decimal): -12063738 or 453703. OLE color: 453703.
HSL color Cylindrical-coordinate representation of color #47EC06: hue angle of 103.04º 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 #47EC06 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 236 | 6 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.07 |
| HSL | 103.04º | 0.95% | 0.47% | - |
| HSV(B) | 103.04º | 0.97% | 0.93% | - |
| XYZ | 32.63 | 61.34 | 10.29 | - |
| YUV | 160.45 | 40.84 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 6 | 0.70 | 0 | 0.97 | 0.07 | 103.04 | 0.95 | 0.47 |
| Hex | 47 | EC | 6 | 46 | 0 | 61 | 7 | 67 | 5F | 2F |
| Octal | 107 | 354 | 6 | 106 | 0 | 141 | 7 | 147 | 137 | 57 |
| Binary | 1000111 | 11101100 | 110 | 1000110 | 0 | 1100001 | 111 | 1100111 | 1011111 | 101111 |
Color Harmonies of #47EC06
Complementary color
Monochromatic Colors of #47EC06
Black with #47EC06
Text Example
Text Example
White with #47EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EC06; }
p { color: rgb(71,236,6); }
H1.HeaderClassName
{
color: #47EC06;
}
.AnyTagClassName
{
color: #47EC06;
}
</style>
background-color css
<style>
a { background-color: #47EC06; }
a { background-color: rgb(71,236,6); }
div.DivClassName
{
background-color: #47EC06;
}
.BgClassName
{
background-color: #47EC06;
}
</style>
border-color css
<style>
span { border-color: #47EC06; }
span { border-color: rgb(71,236,6); }
td.TdClassName
{
border-color: #47EC06;
}
.TagClassName
{
border-color: #47EC06;
}
</style>