Shades of Harlequin #47EC0D
Tints of Harlequin #47EC0D
RGB
CMYK
RGB Variations
Color information
#47EC0D (or 0x47EC0D) is known color: Harlequin. HEX triplet: 47, EC and 0D. RGB value is (71,236,13). Sum of RGB (Red+Green+Blue) = 71+236+13=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #47EC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47EC0D is #B813F2. Grayscale: #A1A1A1. Windows color (decimal): -12063731 or 912455. OLE color: 912455.
HSL color Cylindrical-coordinate representation of color #47EC0D: hue angle of 104.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47EC0D is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 236 | 13 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.07 |
| HSL | 104.39º | 0.9% | 0.49% | - |
| HSV(B) | 104.39º | 0.94% | 0.93% | - |
| XYZ | 32.67 | 61.36 | 10.5 | - |
| YUV | 161.24 | 44.34 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 13 | 0.70 | 0 | 0.94 | 0.07 | 104.39 | 0.9 | 0.49 |
| Hex | 47 | EC | D | 46 | 0 | 5E | 7 | 68 | 5A | 31 |
| Octal | 107 | 354 | 15 | 106 | 0 | 136 | 7 | 150 | 132 | 61 |
| Binary | 1000111 | 11101100 | 1101 | 1000110 | 0 | 1011110 | 111 | 1101000 | 1011010 | 110001 |
Color Harmonies of #47EC0D
Complementary color
Monochromatic Colors of #47EC0D
Black with #47EC0D
Text Example
Text Example
White with #47EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EC0D; }
p { color: rgb(71,236,13); }
H1.HeaderClassName
{
color: #47EC0D;
}
.AnyTagClassName
{
color: #47EC0D;
}
</style>
background-color css
<style>
a { background-color: #47EC0D; }
a { background-color: rgb(71,236,13); }
div.DivClassName
{
background-color: #47EC0D;
}
.BgClassName
{
background-color: #47EC0D;
}
</style>
border-color css
<style>
span { border-color: #47EC0D; }
span { border-color: rgb(71,236,13); }
td.TdClassName
{
border-color: #47EC0D;
}
.TagClassName
{
border-color: #47EC0D;
}
</style>