Shades of Harlequin #47FA1C
Tints of Harlequin #47FA1C
RGB
CMYK
RGB Variations
Color information
#47FA1C (or 0x47FA1C) is known color: Harlequin. HEX triplet: 47, FA and 1C. RGB value is (71,250,28). Sum of RGB (Red+Green+Blue) = 71+250+28=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 250 (98.05% from 255 or 71.63% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 250 - color contains mainly: green. Hex color #47FA1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FA1C is #B805E3. Grayscale: #ABABAB. Windows color (decimal): -12060132 or 1899079. OLE color: 1899079.
HSL color Cylindrical-coordinate representation of color #47FA1C: hue angle of 108.38º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47FA1C is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 250 | 28 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.02 |
| HSL | 108.38º | 0.96% | 0.55% | - |
| HSV(B) | 108.38º | 0.89% | 0.98% | - |
| XYZ | 36.99 | 69.79 | 12.62 | - |
| YUV | 171.17 | 47.2 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 250 | 28 | 0.72 | 0 | 0.89 | 0.02 | 108.38 | 0.96 | 0.55 |
| Hex | 47 | FA | 1C | 48 | 0 | 59 | 2 | 6C | 60 | 37 |
| Octal | 107 | 372 | 34 | 110 | 0 | 131 | 2 | 154 | 140 | 67 |
| Binary | 1000111 | 11111010 | 11100 | 1001000 | 0 | 1011001 | 10 | 1101100 | 1100000 | 110111 |
Color Harmonies of #47FA1C
Complementary color
Monochromatic Colors of #47FA1C
Black with #47FA1C
Text Example
Text Example
White with #47FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FA1C; }
p { color: rgb(71,250,28); }
H1.HeaderClassName
{
color: #47FA1C;
}
.AnyTagClassName
{
color: #47FA1C;
}
</style>
background-color css
<style>
a { background-color: #47FA1C; }
a { background-color: rgb(71,250,28); }
div.DivClassName
{
background-color: #47FA1C;
}
.BgClassName
{
background-color: #47FA1C;
}
</style>
border-color css
<style>
span { border-color: #47FA1C; }
span { border-color: rgb(71,250,28); }
td.TdClassName
{
border-color: #47FA1C;
}
.TagClassName
{
border-color: #47FA1C;
}
</style>