Shades of Harlequin #47FF1B
Tints of Harlequin #47FF1B
RGB
CMYK
RGB Variations
Color information
#47FF1B (or 0x47FF1B) is known color: Harlequin. HEX triplet: 47, FF and 1B. RGB value is (71,255,27). Sum of RGB (Red+Green+Blue) = 71+255+27=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FF1B is #B800E4. Grayscale: #AEAEAE. Windows color (decimal): -12058853 or 1834823. OLE color: 1834823.
HSL color Cylindrical-coordinate representation of color #47FF1B: hue angle of 108.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47FF1B is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 27 | - |
| CMYK | 0.72 | 0 | 0.89 | 0 |
| HSL | 108.42º | 1% | 0.55% | - |
| HSV(B) | 108.42º | 0.89% | 1% | - |
| XYZ | 38.56 | 72.94 | 13.08 | - |
| YUV | 173.99 | 45.04 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 27 | 0.72 | 0 | 0.89 | 0 | 108.42 | 1 | 0.55 |
| Hex | 47 | FF | 1B | 48 | 0 | 59 | 0 | 6C | 64 | 37 |
| Octal | 107 | 377 | 33 | 110 | 0 | 131 | 0 | 154 | 144 | 67 |
| Binary | 1000111 | 11111111 | 11011 | 1001000 | 0 | 1011001 | 0 | 1101100 | 1100100 | 110111 |
Color Harmonies of #47FF1B
Complementary color
Monochromatic Colors of #47FF1B
Black with #47FF1B
Text Example
Text Example
White with #47FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FF1B; }
p { color: rgb(71,255,27); }
H1.HeaderClassName
{
color: #47FF1B;
}
.AnyTagClassName
{
color: #47FF1B;
}
</style>
background-color css
<style>
a { background-color: #47FF1B; }
a { background-color: rgb(71,255,27); }
div.DivClassName
{
background-color: #47FF1B;
}
.BgClassName
{
background-color: #47FF1B;
}
</style>
border-color css
<style>
span { border-color: #47FF1B; }
span { border-color: rgb(71,255,27); }
td.TdClassName
{
border-color: #47FF1B;
}
.TagClassName
{
border-color: #47FF1B;
}
</style>