Shades of Harlequin #47FE11
Tints of Harlequin #47FE11
RGB
CMYK
RGB Variations
Color information
#47FE11 (or 0x47FE11) is known color: Harlequin. HEX triplet: 47, FE and 11. RGB value is (71,254,17). Sum of RGB (Red+Green+Blue) = 71+254+17=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 254 (99.61% from 255 or 74.27% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 254 - color contains mainly: green. Hex color #47FE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FE11 is #B801EE. Grayscale: #ADADAD. Windows color (decimal): -12059119 or 1179207. OLE color: 1179207.
HSL color Cylindrical-coordinate representation of color #47FE11: hue angle of 106.33º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47FE11 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 17 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.00 |
| HSL | 106.33º | 0.99% | 0.53% | - |
| HSV(B) | 106.33º | 0.93% | 1% | - |
| XYZ | 38.14 | 72.26 | 12.47 | - |
| YUV | 172.27 | 40.37 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 17 | 0.72 | 0 | 0.93 | 0.00 | 106.33 | 0.99 | 0.53 |
| Hex | 47 | FE | 11 | 48 | 0 | 5D | 0 | 6A | 63 | 35 |
| Octal | 107 | 376 | 21 | 110 | 0 | 135 | 0 | 152 | 143 | 65 |
| Binary | 1000111 | 11111110 | 10001 | 1001000 | 0 | 1011101 | 0 | 1101010 | 1100011 | 110101 |
Color Harmonies of #47FE11
Complementary color
Monochromatic Colors of #47FE11
Black with #47FE11
Text Example
Text Example
White with #47FE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FE11; }
p { color: rgb(71,254,17); }
H1.HeaderClassName
{
color: #47FE11;
}
.AnyTagClassName
{
color: #47FE11;
}
</style>
background-color css
<style>
a { background-color: #47FE11; }
a { background-color: rgb(71,254,17); }
div.DivClassName
{
background-color: #47FE11;
}
.BgClassName
{
background-color: #47FE11;
}
</style>
border-color css
<style>
span { border-color: #47FE11; }
span { border-color: rgb(71,254,17); }
td.TdClassName
{
border-color: #47FE11;
}
.TagClassName
{
border-color: #47FE11;
}
</style>