Shades of Harlequin #47FA2B
Tints of Harlequin #47FA2B
RGB
CMYK
RGB Variations
Color information
#47FA2B (or 0x47FA2B) is known color: Harlequin. HEX triplet: 47, FA and 2B. RGB value is (71,250,43). Sum of RGB (Red+Green+Blue) = 71+250+43=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #47FA2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FA2B is #B805D4. Grayscale: #ADADAD. Windows color (decimal): -12060117 or 2882119. OLE color: 2882119.
HSL color Cylindrical-coordinate representation of color #47FA2B: hue angle of 111.88º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47FA2B is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 43 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.02 |
| HSL | 111.88º | 0.95% | 0.57% | - |
| HSV(B) | 111.88º | 0.83% | 0.98% | - |
| XYZ | 37.22 | 69.89 | 13.81 | - |
| YUV | 172.88 | 54.7 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 43 | 0.72 | 0 | 0.83 | 0.02 | 111.88 | 0.95 | 0.57 |
| Hex | 47 | FA | 2B | 48 | 0 | 53 | 2 | 70 | 5F | 39 |
| Octal | 107 | 372 | 53 | 110 | 0 | 123 | 2 | 160 | 137 | 71 |
| Binary | 1000111 | 11111010 | 101011 | 1001000 | 0 | 1010011 | 10 | 1110000 | 1011111 | 111001 |
Color Harmonies of #47FA2B
Complementary color
Monochromatic Colors of #47FA2B
Black with #47FA2B
Text Example
Text Example
White with #47FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FA2B; }
p { color: rgb(71,250,43); }
H1.HeaderClassName
{
color: #47FA2B;
}
.AnyTagClassName
{
color: #47FA2B;
}
</style>
background-color css
<style>
a { background-color: #47FA2B; }
a { background-color: rgb(71,250,43); }
div.DivClassName
{
background-color: #47FA2B;
}
.BgClassName
{
background-color: #47FA2B;
}
</style>
border-color css
<style>
span { border-color: #47FA2B; }
span { border-color: rgb(71,250,43); }
td.TdClassName
{
border-color: #47FA2B;
}
.TagClassName
{
border-color: #47FA2B;
}
</style>