Shades of Harlequin #47E720
Tints of Harlequin #47E720
RGB
CMYK
RGB Variations
Color information
#47E720 (or 0x47E720) is known color: Harlequin. HEX triplet: 47, E7 and 20. RGB value is (71,231,32). Sum of RGB (Red+Green+Blue) = 71+231+32=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 231 (90.62% from 255 or 69.16% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 231 - color contains mainly: green. Hex color #47E720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47E720 is #B818DF. Grayscale: #A1A1A1. Windows color (decimal): -12064992 or 2156359. OLE color: 2156359.
HSL color Cylindrical-coordinate representation of color #47E720: hue angle of 108.24º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47E720 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 231 | 32 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.09 |
| HSL | 108.24º | 0.81% | 0.52% | - |
| HSV(B) | 108.24º | 0.86% | 0.91% | - |
| XYZ | 31.44 | 58.6 | 11.02 | - |
| YUV | 160.47 | 55.49 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 231 | 32 | 0.69 | 0 | 0.86 | 0.09 | 108.24 | 0.81 | 0.52 |
| Hex | 47 | E7 | 20 | 45 | 0 | 56 | 9 | 6C | 51 | 34 |
| Octal | 107 | 347 | 40 | 105 | 0 | 126 | 11 | 154 | 121 | 64 |
| Binary | 1000111 | 11100111 | 100000 | 1000101 | 0 | 1010110 | 1001 | 1101100 | 1010001 | 110100 |
Color Harmonies of #47E720
Complementary color
Monochromatic Colors of #47E720
Black with #47E720
Text Example
Text Example
White with #47E720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E720; }
p { color: rgb(71,231,32); }
H1.HeaderClassName
{
color: #47E720;
}
.AnyTagClassName
{
color: #47E720;
}
</style>
background-color css
<style>
a { background-color: #47E720; }
a { background-color: rgb(71,231,32); }
div.DivClassName
{
background-color: #47E720;
}
.BgClassName
{
background-color: #47E720;
}
</style>
border-color css
<style>
span { border-color: #47E720; }
span { border-color: rgb(71,231,32); }
td.TdClassName
{
border-color: #47E720;
}
.TagClassName
{
border-color: #47E720;
}
</style>