Shades of Harlequin #47FB16
Tints of Harlequin #47FB16
RGB
CMYK
RGB Variations
Color information
#47FB16 (or 0x47FB16) is known color: Harlequin. HEX triplet: 47, FB and 16. RGB value is (71,251,22). Sum of RGB (Red+Green+Blue) = 71+251+22=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 251 (98.44% from 255 or 72.97% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 251 - color contains mainly: green. Hex color #47FB16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FB16 is #B804E9. Grayscale: #ABABAB. Windows color (decimal): -12059882 or 1506119. OLE color: 1506119.
HSL color Cylindrical-coordinate representation of color #47FB16: hue angle of 107.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47FB16 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 251 | 22 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.02 |
| HSL | 107.16º | 0.97% | 0.54% | - |
| HSV(B) | 107.16º | 0.91% | 0.98% | - |
| XYZ | 37.24 | 70.39 | 12.38 | - |
| YUV | 171.07 | 43.87 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 251 | 22 | 0.72 | 0 | 0.91 | 0.02 | 107.16 | 0.97 | 0.54 |
| Hex | 47 | FB | 16 | 48 | 0 | 5B | 2 | 6B | 61 | 36 |
| Octal | 107 | 373 | 26 | 110 | 0 | 133 | 2 | 153 | 141 | 66 |
| Binary | 1000111 | 11111011 | 10110 | 1001000 | 0 | 1011011 | 10 | 1101011 | 1100001 | 110110 |
Color Harmonies of #47FB16
Complementary color
Monochromatic Colors of #47FB16
Black with #47FB16
Text Example
Text Example
White with #47FB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FB16; }
p { color: rgb(71,251,22); }
H1.HeaderClassName
{
color: #47FB16;
}
.AnyTagClassName
{
color: #47FB16;
}
</style>
background-color css
<style>
a { background-color: #47FB16; }
a { background-color: rgb(71,251,22); }
div.DivClassName
{
background-color: #47FB16;
}
.BgClassName
{
background-color: #47FB16;
}
</style>
border-color css
<style>
span { border-color: #47FB16; }
span { border-color: rgb(71,251,22); }
td.TdClassName
{
border-color: #47FB16;
}
.TagClassName
{
border-color: #47FB16;
}
</style>