Shades of Harlequin #47FF03
Tints of Harlequin #47FF03
RGB
CMYK
RGB Variations
Color information
#47FF03 (or 0x47FF03) is known color: Harlequin. HEX triplet: 47, FF and 03. RGB value is (71,255,3). Sum of RGB (Red+Green+Blue) = 71+255+3=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 255 (100% from 255 or 77.51% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FF03 is #B800FC. Grayscale: #ACACAC. Windows color (decimal): -12058877 or 261959. OLE color: 261959.
HSL color Cylindrical-coordinate representation of color #47FF03: hue angle of 103.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47FF03 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 3 | - |
| CMYK | 0.72 | 0 | 0.99 | 0 |
| HSL | 103.81º | 1% | 0.51% | - |
| HSV(B) | 103.81º | 0.99% | 1% | - |
| XYZ | 38.37 | 72.87 | 12.13 | - |
| YUV | 171.26 | 33.04 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 3 | 0.72 | 0 | 0.99 | 0 | 103.81 | 1 | 0.51 |
| Hex | 47 | FF | 3 | 48 | 0 | 63 | 0 | 68 | 64 | 33 |
| Octal | 107 | 377 | 3 | 110 | 0 | 143 | 0 | 150 | 144 | 63 |
| Binary | 1000111 | 11111111 | 11 | 1001000 | 0 | 1100011 | 0 | 1101000 | 1100100 | 110011 |
Color Harmonies of #47FF03
Complementary color
Monochromatic Colors of #47FF03
Black with #47FF03
Text Example
Text Example
White with #47FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FF03; }
p { color: rgb(71,255,3); }
H1.HeaderClassName
{
color: #47FF03;
}
.AnyTagClassName
{
color: #47FF03;
}
</style>
background-color css
<style>
a { background-color: #47FF03; }
a { background-color: rgb(71,255,3); }
div.DivClassName
{
background-color: #47FF03;
}
.BgClassName
{
background-color: #47FF03;
}
</style>
border-color css
<style>
span { border-color: #47FF03; }
span { border-color: rgb(71,255,3); }
td.TdClassName
{
border-color: #47FF03;
}
.TagClassName
{
border-color: #47FF03;
}
</style>