Shades of Harlequin #47F315
Tints of Harlequin #47F315
RGB
CMYK
RGB Variations
Color information
#47F315 (or 0x47F315) is known color: Harlequin. HEX triplet: 47, F3 and 15. RGB value is (71,243,21). Sum of RGB (Red+Green+Blue) = 71+243+21=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 243 (95.31% from 255 or 72.54% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 243 - color contains mainly: green. Hex color #47F315 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47F315 is #B80CEA. Grayscale: #A6A6A6. Windows color (decimal): -12061931 or 1438535. OLE color: 1438535.
HSL color Cylindrical-coordinate representation of color #47F315: hue angle of 106.49º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47F315 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 243 | 21 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.05 |
| HSL | 106.49º | 0.9% | 0.52% | - |
| HSV(B) | 106.49º | 0.91% | 0.95% | - |
| XYZ | 34.78 | 65.49 | 11.52 | - |
| YUV | 166.26 | 46.02 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 243 | 21 | 0.71 | 0 | 0.91 | 0.05 | 106.49 | 0.9 | 0.52 |
| Hex | 47 | F3 | 15 | 47 | 0 | 5B | 5 | 6A | 5A | 34 |
| Octal | 107 | 363 | 25 | 107 | 0 | 133 | 5 | 152 | 132 | 64 |
| Binary | 1000111 | 11110011 | 10101 | 1000111 | 0 | 1011011 | 101 | 1101010 | 1011010 | 110100 |
Color Harmonies of #47F315
Complementary color
Monochromatic Colors of #47F315
Black with #47F315
Text Example
Text Example
White with #47F315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F315; }
p { color: rgb(71,243,21); }
H1.HeaderClassName
{
color: #47F315;
}
.AnyTagClassName
{
color: #47F315;
}
</style>
background-color css
<style>
a { background-color: #47F315; }
a { background-color: rgb(71,243,21); }
div.DivClassName
{
background-color: #47F315;
}
.BgClassName
{
background-color: #47F315;
}
</style>
border-color css
<style>
span { border-color: #47F315; }
span { border-color: rgb(71,243,21); }
td.TdClassName
{
border-color: #47F315;
}
.TagClassName
{
border-color: #47F315;
}
</style>