Shades of Harlequin #47E314
Tints of Harlequin #47E314
RGB
CMYK
RGB Variations
Color information
#47E314 (or 0x47E314) is known color: Harlequin. HEX triplet: 47, E3 and 14. RGB value is (71,227,20). Sum of RGB (Red+Green+Blue) = 71+227+20=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #47E314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47E314 is #B81CEB. Grayscale: #9D9D9D. Windows color (decimal): -12066028 or 1368903. OLE color: 1368903.
HSL color Cylindrical-coordinate representation of color #47E314: hue angle of 105.22º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47E314 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 227 | 20 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.11 |
| HSL | 105.22º | 0.84% | 0.48% | - |
| HSV(B) | 105.22º | 0.91% | 0.89% | - |
| XYZ | 30.19 | 56.33 | 9.94 | - |
| YUV | 156.76 | 50.82 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 227 | 20 | 0.69 | 0 | 0.91 | 0.11 | 105.22 | 0.84 | 0.48 |
| Hex | 47 | E3 | 14 | 45 | 0 | 5B | B | 69 | 54 | 30 |
| Octal | 107 | 343 | 24 | 105 | 0 | 133 | 13 | 151 | 124 | 60 |
| Binary | 1000111 | 11100011 | 10100 | 1000101 | 0 | 1011011 | 1011 | 1101001 | 1010100 | 110000 |
Color Harmonies of #47E314
Complementary color
Monochromatic Colors of #47E314
Black with #47E314
Text Example
Text Example
White with #47E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E314; }
p { color: rgb(71,227,20); }
H1.HeaderClassName
{
color: #47E314;
}
.AnyTagClassName
{
color: #47E314;
}
</style>
background-color css
<style>
a { background-color: #47E314; }
a { background-color: rgb(71,227,20); }
div.DivClassName
{
background-color: #47E314;
}
.BgClassName
{
background-color: #47E314;
}
</style>
border-color css
<style>
span { border-color: #47E314; }
span { border-color: rgb(71,227,20); }
td.TdClassName
{
border-color: #47E314;
}
.TagClassName
{
border-color: #47E314;
}
</style>