Shades of Harlequin #47FF17
Tints of Harlequin #47FF17
RGB
CMYK
RGB Variations
Color information
#47FF17 (or 0x47FF17) is known color: Harlequin. HEX triplet: 47, FF and 17. RGB value is (71,255,23). Sum of RGB (Red+Green+Blue) = 71+255+23=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FF17 is #B800E8. Grayscale: #AEAEAE. Windows color (decimal): -12058857 or 1572679. OLE color: 1572679.
HSL color Cylindrical-coordinate representation of color #47FF17: hue angle of 107.59º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47FF17 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 23 | - |
| CMYK | 0.72 | 0 | 0.91 | 0 |
| HSL | 107.59º | 1% | 0.55% | - |
| HSV(B) | 107.59º | 0.91% | 1% | - |
| XYZ | 38.51 | 72.92 | 12.86 | - |
| YUV | 173.54 | 43.04 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 23 | 0.72 | 0 | 0.91 | 0 | 107.59 | 1 | 0.55 |
| Hex | 47 | FF | 17 | 48 | 0 | 5B | 0 | 6C | 64 | 37 |
| Octal | 107 | 377 | 27 | 110 | 0 | 133 | 0 | 154 | 144 | 67 |
| Binary | 1000111 | 11111111 | 10111 | 1001000 | 0 | 1011011 | 0 | 1101100 | 1100100 | 110111 |
Color Harmonies of #47FF17
Complementary color
Monochromatic Colors of #47FF17
Black with #47FF17
Text Example
Text Example
White with #47FF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FF17; }
p { color: rgb(71,255,23); }
H1.HeaderClassName
{
color: #47FF17;
}
.AnyTagClassName
{
color: #47FF17;
}
</style>
background-color css
<style>
a { background-color: #47FF17; }
a { background-color: rgb(71,255,23); }
div.DivClassName
{
background-color: #47FF17;
}
.BgClassName
{
background-color: #47FF17;
}
</style>
border-color css
<style>
span { border-color: #47FF17; }
span { border-color: rgb(71,255,23); }
td.TdClassName
{
border-color: #47FF17;
}
.TagClassName
{
border-color: #47FF17;
}
</style>