Shades of Harlequin #47FA21
Tints of Harlequin #47FA21
RGB
CMYK
RGB Variations
Color information
#47FA21 (or 0x47FA21) is known color: Harlequin. HEX triplet: 47, FA and 21. RGB value is (71,250,33). Sum of RGB (Red+Green+Blue) = 71+250+33=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 250 (98.05% from 255 or 70.62% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 250 - color contains mainly: green. Hex color #47FA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FA21 is #B805DE. Grayscale: #ACACAC. Windows color (decimal): -12060127 or 2226759. OLE color: 2226759.
HSL color Cylindrical-coordinate representation of color #47FA21: hue angle of 109.49º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47FA21 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 33 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.02 |
| HSL | 109.49º | 0.96% | 0.55% | - |
| HSV(B) | 109.49º | 0.87% | 0.98% | - |
| XYZ | 37.06 | 69.82 | 12.96 | - |
| YUV | 171.74 | 49.7 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 33 | 0.72 | 0 | 0.87 | 0.02 | 109.49 | 0.96 | 0.55 |
| Hex | 47 | FA | 21 | 48 | 0 | 57 | 2 | 6D | 60 | 37 |
| Octal | 107 | 372 | 41 | 110 | 0 | 127 | 2 | 155 | 140 | 67 |
| Binary | 1000111 | 11111010 | 100001 | 1001000 | 0 | 1010111 | 10 | 1101101 | 1100000 | 110111 |
Color Harmonies of #47FA21
Complementary color
Monochromatic Colors of #47FA21
Black with #47FA21
Text Example
Text Example
White with #47FA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FA21; }
p { color: rgb(71,250,33); }
H1.HeaderClassName
{
color: #47FA21;
}
.AnyTagClassName
{
color: #47FA21;
}
</style>
background-color css
<style>
a { background-color: #47FA21; }
a { background-color: rgb(71,250,33); }
div.DivClassName
{
background-color: #47FA21;
}
.BgClassName
{
background-color: #47FA21;
}
</style>
border-color css
<style>
span { border-color: #47FA21; }
span { border-color: rgb(71,250,33); }
td.TdClassName
{
border-color: #47FA21;
}
.TagClassName
{
border-color: #47FA21;
}
</style>