Shades of Harlequin #47F301
Tints of Harlequin #47F301
RGB
CMYK
RGB Variations
Color information
#47F301 (or 0x47F301) is known color: Harlequin. HEX triplet: 47, F3 and 01. RGB value is (71,243,1). Sum of RGB (Red+Green+Blue) = 71+243+1=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 243 (95.31% from 255 or 77.14% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 243 - color contains mainly: green. Hex color #47F301 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47F301 is #B80CFE. Grayscale: #A4A4A4. Windows color (decimal): -12061951 or 127815. OLE color: 127815.
HSL color Cylindrical-coordinate representation of color #47F301: hue angle of 102.64º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47F301 is Cyan = 0.71, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 243 | 1 | - |
| CMYK | 0.71 | 0 | 1.00 | 0.05 |
| HSL | 102.64º | 0.99% | 0.48% | - |
| HSV(B) | 102.64º | 1% | 0.95% | - |
| XYZ | 34.65 | 65.44 | 10.83 | - |
| YUV | 163.98 | 36.02 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 243 | 1 | 0.71 | 0 | 1.00 | 0.05 | 102.64 | 0.99 | 0.48 |
| Hex | 47 | F3 | 1 | 47 | 0 | 64 | 5 | 67 | 63 | 30 |
| Octal | 107 | 363 | 1 | 107 | 0 | 144 | 5 | 147 | 143 | 60 |
| Binary | 1000111 | 11110011 | 1 | 1000111 | 0 | 1100100 | 101 | 1100111 | 1100011 | 110000 |
Color Harmonies of #47F301
Complementary color
Monochromatic Colors of #47F301
Black with #47F301
Text Example
Text Example
White with #47F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F301; }
p { color: rgb(71,243,1); }
H1.HeaderClassName
{
color: #47F301;
}
.AnyTagClassName
{
color: #47F301;
}
</style>
background-color css
<style>
a { background-color: #47F301; }
a { background-color: rgb(71,243,1); }
div.DivClassName
{
background-color: #47F301;
}
.BgClassName
{
background-color: #47F301;
}
</style>
border-color css
<style>
span { border-color: #47F301; }
span { border-color: rgb(71,243,1); }
td.TdClassName
{
border-color: #47F301;
}
.TagClassName
{
border-color: #47F301;
}
</style>