Shades of Harlequin #47F213
Tints of Harlequin #47F213
RGB
CMYK
RGB Variations
Color information
#47F213 (or 0x47F213) is known color: Harlequin. HEX triplet: 47, F2 and 13. RGB value is (71,242,19). Sum of RGB (Red+Green+Blue) = 71+242+19=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #47F213 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47F213 is #B80DEC. Grayscale: #A6A6A6. Windows color (decimal): -12062189 or 1307207. OLE color: 1307207.
HSL color Cylindrical-coordinate representation of color #47F213: hue angle of 106.01º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47F213 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 242 | 19 | - |
| CMYK | 0.71 | 0 | 0.92 | 0.05 |
| HSL | 106.01º | 0.9% | 0.51% | - |
| HSV(B) | 106.01º | 0.92% | 0.95% | - |
| XYZ | 34.47 | 64.89 | 11.32 | - |
| YUV | 165.45 | 45.35 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 242 | 19 | 0.71 | 0 | 0.92 | 0.05 | 106.01 | 0.9 | 0.51 |
| Hex | 47 | F2 | 13 | 47 | 0 | 5C | 5 | 6A | 5A | 33 |
| Octal | 107 | 362 | 23 | 107 | 0 | 134 | 5 | 152 | 132 | 63 |
| Binary | 1000111 | 11110010 | 10011 | 1000111 | 0 | 1011100 | 101 | 1101010 | 1011010 | 110011 |
Color Harmonies of #47F213
Complementary color
Monochromatic Colors of #47F213
Black with #47F213
Text Example
Text Example
White with #47F213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F213; }
p { color: rgb(71,242,19); }
H1.HeaderClassName
{
color: #47F213;
}
.AnyTagClassName
{
color: #47F213;
}
</style>
background-color css
<style>
a { background-color: #47F213; }
a { background-color: rgb(71,242,19); }
div.DivClassName
{
background-color: #47F213;
}
.BgClassName
{
background-color: #47F213;
}
</style>
border-color css
<style>
span { border-color: #47F213; }
span { border-color: rgb(71,242,19); }
td.TdClassName
{
border-color: #47F213;
}
.TagClassName
{
border-color: #47F213;
}
</style>