Shades of Harlequin #47E50D
Tints of Harlequin #47E50D
RGB
CMYK
RGB Variations
Color information
#47E50D (or 0x47E50D) is known color: Harlequin. HEX triplet: 47, E5 and 0D. RGB value is (71,229,13). Sum of RGB (Red+Green+Blue) = 71+229+13=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 229 (89.84% from 255 or 73.16% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 229 - color contains mainly: green. Hex color #47E50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47E50D is #B81AF2. Grayscale: #9D9D9D. Windows color (decimal): -12065523 or 910663. OLE color: 910663.
HSL color Cylindrical-coordinate representation of color #47E50D: hue angle of 103.89º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47E50D is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 229 | 13 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.10 |
| HSL | 103.89º | 0.89% | 0.47% | - |
| HSV(B) | 103.89º | 0.94% | 0.9% | - |
| XYZ | 30.69 | 57.41 | 9.84 | - |
| YUV | 157.13 | 46.65 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 229 | 13 | 0.69 | 0 | 0.94 | 0.10 | 103.89 | 0.89 | 0.47 |
| Hex | 47 | E5 | D | 45 | 0 | 5E | A | 68 | 59 | 2F |
| Octal | 107 | 345 | 15 | 105 | 0 | 136 | 12 | 150 | 131 | 57 |
| Binary | 1000111 | 11100101 | 1101 | 1000101 | 0 | 1011110 | 1010 | 1101000 | 1011001 | 101111 |
Color Harmonies of #47E50D
Complementary color
Monochromatic Colors of #47E50D
Black with #47E50D
Text Example
Text Example
White with #47E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E50D; }
p { color: rgb(71,229,13); }
H1.HeaderClassName
{
color: #47E50D;
}
.AnyTagClassName
{
color: #47E50D;
}
</style>
background-color css
<style>
a { background-color: #47E50D; }
a { background-color: rgb(71,229,13); }
div.DivClassName
{
background-color: #47E50D;
}
.BgClassName
{
background-color: #47E50D;
}
</style>
border-color css
<style>
span { border-color: #47E50D; }
span { border-color: rgb(71,229,13); }
td.TdClassName
{
border-color: #47E50D;
}
.TagClassName
{
border-color: #47E50D;
}
</style>