Shades of Harlequin #47FF0F
Tints of Harlequin #47FF0F
RGB
CMYK
RGB Variations
Color information
#47FF0F (or 0x47FF0F) is known color: Harlequin. HEX triplet: 47, FF and 0F. RGB value is (71,255,15). Sum of RGB (Red+Green+Blue) = 71+255+15=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FF0F is #B800F0. Grayscale: #ADADAD. Windows color (decimal): -12058865 or 1048391. OLE color: 1048391.
HSL color Cylindrical-coordinate representation of color #47FF0F: hue angle of 106º 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 #47FF0F is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 15 | - |
| CMYK | 0.72 | 0 | 0.94 | 0 |
| HSL | 106º | 1% | 0.53% | - |
| HSV(B) | 106º | 0.94% | 1% | - |
| XYZ | 38.44 | 72.89 | 12.5 | - |
| YUV | 172.62 | 39.04 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 15 | 0.72 | 0 | 0.94 | 0 | 106 | 1 | 0.53 |
| Hex | 47 | FF | F | 48 | 0 | 5E | 0 | 6A | 64 | 35 |
| Octal | 107 | 377 | 17 | 110 | 0 | 136 | 0 | 152 | 144 | 65 |
| Binary | 1000111 | 11111111 | 1111 | 1001000 | 0 | 1011110 | 0 | 1101010 | 1100100 | 110101 |
Color Harmonies of #47FF0F
Complementary color
Monochromatic Colors of #47FF0F
Black with #47FF0F
Text Example
Text Example
White with #47FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FF0F; }
p { color: rgb(71,255,15); }
H1.HeaderClassName
{
color: #47FF0F;
}
.AnyTagClassName
{
color: #47FF0F;
}
</style>
background-color css
<style>
a { background-color: #47FF0F; }
a { background-color: rgb(71,255,15); }
div.DivClassName
{
background-color: #47FF0F;
}
.BgClassName
{
background-color: #47FF0F;
}
</style>
border-color css
<style>
span { border-color: #47FF0F; }
span { border-color: rgb(71,255,15); }
td.TdClassName
{
border-color: #47FF0F;
}
.TagClassName
{
border-color: #47FF0F;
}
</style>