Shades of Harlequin #47FA28
Tints of Harlequin #47FA28
RGB
CMYK
RGB Variations
Color information
#47FA28 (or 0x47FA28) is known color: Harlequin. HEX triplet: 47, FA and 28. RGB value is (71,250,40). Sum of RGB (Red+Green+Blue) = 71+250+40=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 250 (98.05% from 255 or 69.25% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 250 - color contains mainly: green. Hex color #47FA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FA28 is #B805D7. Grayscale: #ADADAD. Windows color (decimal): -12060120 or 2685511. OLE color: 2685511.
HSL color Cylindrical-coordinate representation of color #47FA28: hue angle of 111.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47FA28 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 40 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.02 |
| HSL | 111.14º | 0.95% | 0.57% | - |
| HSV(B) | 111.14º | 0.84% | 0.98% | - |
| XYZ | 37.17 | 69.86 | 13.53 | - |
| YUV | 172.54 | 53.2 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 40 | 0.72 | 0 | 0.84 | 0.02 | 111.14 | 0.95 | 0.57 |
| Hex | 47 | FA | 28 | 48 | 0 | 54 | 2 | 6F | 5F | 39 |
| Octal | 107 | 372 | 50 | 110 | 0 | 124 | 2 | 157 | 137 | 71 |
| Binary | 1000111 | 11111010 | 101000 | 1001000 | 0 | 1010100 | 10 | 1101111 | 1011111 | 111001 |
Color Harmonies of #47FA28
Complementary color
Monochromatic Colors of #47FA28
Black with #47FA28
Text Example
Text Example
White with #47FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FA28; }
p { color: rgb(71,250,40); }
H1.HeaderClassName
{
color: #47FA28;
}
.AnyTagClassName
{
color: #47FA28;
}
</style>
background-color css
<style>
a { background-color: #47FA28; }
a { background-color: rgb(71,250,40); }
div.DivClassName
{
background-color: #47FA28;
}
.BgClassName
{
background-color: #47FA28;
}
</style>
border-color css
<style>
span { border-color: #47FA28; }
span { border-color: rgb(71,250,40); }
td.TdClassName
{
border-color: #47FA28;
}
.TagClassName
{
border-color: #47FA28;
}
</style>