Shades of Harlequin #47FF10
Tints of Harlequin #47FF10
RGB
CMYK
RGB Variations
Color information
#47FF10 (or 0x47FF10) is known color: Harlequin. HEX triplet: 47, FF and 10. RGB value is (71,255,16). Sum of RGB (Red+Green+Blue) = 71+255+16=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FF10 is #B800EF. Grayscale: #ADADAD. Windows color (decimal): -12058864 or 1113927. OLE color: 1113927.
HSL color Cylindrical-coordinate representation of color #47FF10: hue angle of 106.19º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47FF10 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 16 | - |
| CMYK | 0.72 | 0 | 0.94 | 0 |
| HSL | 106.19º | 1% | 0.53% | - |
| HSV(B) | 106.19º | 0.94% | 1% | - |
| XYZ | 38.45 | 72.9 | 12.53 | - |
| YUV | 172.74 | 39.54 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 16 | 0.72 | 0 | 0.94 | 0 | 106.19 | 1 | 0.53 |
| Hex | 47 | FF | 10 | 48 | 0 | 5E | 0 | 6A | 64 | 35 |
| Octal | 107 | 377 | 20 | 110 | 0 | 136 | 0 | 152 | 144 | 65 |
| Binary | 1000111 | 11111111 | 10000 | 1001000 | 0 | 1011110 | 0 | 1101010 | 1100100 | 110101 |
Color Harmonies of #47FF10
Complementary color
Monochromatic Colors of #47FF10
Black with #47FF10
Text Example
Text Example
White with #47FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FF10; }
p { color: rgb(71,255,16); }
H1.HeaderClassName
{
color: #47FF10;
}
.AnyTagClassName
{
color: #47FF10;
}
</style>
background-color css
<style>
a { background-color: #47FF10; }
a { background-color: rgb(71,255,16); }
div.DivClassName
{
background-color: #47FF10;
}
.BgClassName
{
background-color: #47FF10;
}
</style>
border-color css
<style>
span { border-color: #47FF10; }
span { border-color: rgb(71,255,16); }
td.TdClassName
{
border-color: #47FF10;
}
.TagClassName
{
border-color: #47FF10;
}
</style>