Shades of Harlequin #47FF21
Tints of Harlequin #47FF21
RGB
CMYK
RGB Variations
Color information
#47FF21 (or 0x47FF21) is known color: Harlequin. HEX triplet: 47, FF and 21. RGB value is (71,255,33). Sum of RGB (Red+Green+Blue) = 71+255+33=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FF21 is #B800DE. Grayscale: #AFAFAF. Windows color (decimal): -12058847 or 2228039. OLE color: 2228039.
HSL color Cylindrical-coordinate representation of color #47FF21: hue angle of 109.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47FF21 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 33 | - |
| CMYK | 0.72 | 0 | 0.87 | 0 |
| HSL | 109.73º | 1% | 0.56% | - |
| HSV(B) | 109.73º | 0.87% | 1% | - |
| XYZ | 38.63 | 72.97 | 13.49 | - |
| YUV | 174.68 | 48.04 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 33 | 0.72 | 0 | 0.87 | 0 | 109.73 | 1 | 0.56 |
| Hex | 47 | FF | 21 | 48 | 0 | 57 | 0 | 6E | 64 | 38 |
| Octal | 107 | 377 | 41 | 110 | 0 | 127 | 0 | 156 | 144 | 70 |
| Binary | 1000111 | 11111111 | 100001 | 1001000 | 0 | 1010111 | 0 | 1101110 | 1100100 | 111000 |
Color Harmonies of #47FF21
Complementary color
Monochromatic Colors of #47FF21
Black with #47FF21
Text Example
Text Example
White with #47FF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FF21; }
p { color: rgb(71,255,33); }
H1.HeaderClassName
{
color: #47FF21;
}
.AnyTagClassName
{
color: #47FF21;
}
</style>
background-color css
<style>
a { background-color: #47FF21; }
a { background-color: rgb(71,255,33); }
div.DivClassName
{
background-color: #47FF21;
}
.BgClassName
{
background-color: #47FF21;
}
</style>
border-color css
<style>
span { border-color: #47FF21; }
span { border-color: rgb(71,255,33); }
td.TdClassName
{
border-color: #47FF21;
}
.TagClassName
{
border-color: #47FF21;
}
</style>