Shades of Harlequin #47FA18
Tints of Harlequin #47FA18
RGB
CMYK
RGB Variations
Color information
#47FA18 (or 0x47FA18) is known color: Harlequin. HEX triplet: 47, FA and 18. RGB value is (71,250,24). Sum of RGB (Red+Green+Blue) = 71+250+24=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 250 (98.05% from 255 or 72.46% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 250 - color contains mainly: green. Hex color #47FA18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FA18 is #B805E7. Grayscale: #ABABAB. Windows color (decimal): -12060136 or 1636935. OLE color: 1636935.
HSL color Cylindrical-coordinate representation of color #47FA18: hue angle of 107.52º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47FA18 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 24 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.02 |
| HSL | 107.52º | 0.96% | 0.54% | - |
| HSV(B) | 107.52º | 0.9% | 0.98% | - |
| XYZ | 36.95 | 69.78 | 12.39 | - |
| YUV | 170.72 | 45.2 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 24 | 0.72 | 0 | 0.90 | 0.02 | 107.52 | 0.96 | 0.54 |
| Hex | 47 | FA | 18 | 48 | 0 | 5A | 2 | 6C | 60 | 36 |
| Octal | 107 | 372 | 30 | 110 | 0 | 132 | 2 | 154 | 140 | 66 |
| Binary | 1000111 | 11111010 | 11000 | 1001000 | 0 | 1011010 | 10 | 1101100 | 1100000 | 110110 |
Color Harmonies of #47FA18
Complementary color
Monochromatic Colors of #47FA18
Black with #47FA18
Text Example
Text Example
White with #47FA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FA18; }
p { color: rgb(71,250,24); }
H1.HeaderClassName
{
color: #47FA18;
}
.AnyTagClassName
{
color: #47FA18;
}
</style>
background-color css
<style>
a { background-color: #47FA18; }
a { background-color: rgb(71,250,24); }
div.DivClassName
{
background-color: #47FA18;
}
.BgClassName
{
background-color: #47FA18;
}
</style>
border-color css
<style>
span { border-color: #47FA18; }
span { border-color: rgb(71,250,24); }
td.TdClassName
{
border-color: #47FA18;
}
.TagClassName
{
border-color: #47FA18;
}
</style>