Shades of Harlequin #47FF32
Tints of Harlequin #47FF32
RGB
CMYK
RGB Variations
Color information
#47FF32 (or 0x47FF32) is known color: Harlequin. HEX triplet: 47, FF and 32. RGB value is (71,255,50). Sum of RGB (Red+Green+Blue) = 71+255+50=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FF32 is #B800CD. Grayscale: #B1B1B1. Windows color (decimal): -12058830 or 3342151. OLE color: 3342151.
HSL color Cylindrical-coordinate representation of color #47FF32: hue angle of 113.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47FF32 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 50 | - |
| CMYK | 0.72 | 0 | 0.80 | 0 |
| HSL | 113.85º | 1% | 0.6% | - |
| HSV(B) | 113.85º | 0.8% | 1% | - |
| XYZ | 38.93 | 73.09 | 15.07 | - |
| YUV | 176.61 | 56.54 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 50 | 0.72 | 0 | 0.80 | 0 | 113.85 | 1 | 0.6 |
| Hex | 47 | FF | 32 | 48 | 0 | 50 | 0 | 72 | 64 | 3C |
| Octal | 107 | 377 | 62 | 110 | 0 | 120 | 0 | 162 | 144 | 74 |
| Binary | 1000111 | 11111111 | 110010 | 1001000 | 0 | 1010000 | 0 | 1110010 | 1100100 | 111100 |
Color Harmonies of #47FF32
Complementary color
Monochromatic Colors of #47FF32
Black with #47FF32
Text Example
Text Example
White with #47FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FF32; }
p { color: rgb(71,255,50); }
H1.HeaderClassName
{
color: #47FF32;
}
.AnyTagClassName
{
color: #47FF32;
}
</style>
background-color css
<style>
a { background-color: #47FF32; }
a { background-color: rgb(71,255,50); }
div.DivClassName
{
background-color: #47FF32;
}
.BgClassName
{
background-color: #47FF32;
}
</style>
border-color css
<style>
span { border-color: #47FF32; }
span { border-color: rgb(71,255,50); }
td.TdClassName
{
border-color: #47FF32;
}
.TagClassName
{
border-color: #47FF32;
}
</style>