Shades of Harlequin #47FF33
Tints of Harlequin #47FF33
RGB
CMYK
RGB Variations
Color information
#47FF33 (or 0x47FF33) is known color: Harlequin. HEX triplet: 47, FF and 33. RGB value is (71,255,51). Sum of RGB (Red+Green+Blue) = 71+255+51=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FF33 is #B800CC. Grayscale: #B1B1B1. Windows color (decimal): -12058829 or 3407687. OLE color: 3407687.
HSL color Cylindrical-coordinate representation of color #47FF33: hue angle of 114.12º 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 #47FF33 is Cyan = 0.72, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 51 | - |
| CMYK | 0.72 | 0 | 0.8 | 0 |
| HSL | 114.12º | 1% | 0.6% | - |
| HSV(B) | 114.12º | 0.8% | 1% | - |
| XYZ | 38.96 | 73.1 | 15.19 | - |
| YUV | 176.73 | 57.04 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 51 | 0.72 | 0 | 0.8 | 0 | 114.12 | 1 | 0.6 |
| Hex | 47 | FF | 33 | 48 | 0 | 50 | 0 | 72 | 64 | 3C |
| Octal | 107 | 377 | 63 | 110 | 0 | 120 | 0 | 162 | 144 | 74 |
| Binary | 1000111 | 11111111 | 110011 | 1001000 | 0 | 1010000 | 0 | 1110010 | 1100100 | 111100 |
Color Harmonies of #47FF33
Complementary color
Monochromatic Colors of #47FF33
Black with #47FF33
Text Example
Text Example
White with #47FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FF33; }
p { color: rgb(71,255,51); }
H1.HeaderClassName
{
color: #47FF33;
}
.AnyTagClassName
{
color: #47FF33;
}
</style>
background-color css
<style>
a { background-color: #47FF33; }
a { background-color: rgb(71,255,51); }
div.DivClassName
{
background-color: #47FF33;
}
.BgClassName
{
background-color: #47FF33;
}
</style>
border-color css
<style>
span { border-color: #47FF33; }
span { border-color: rgb(71,255,51); }
td.TdClassName
{
border-color: #47FF33;
}
.TagClassName
{
border-color: #47FF33;
}
</style>