Shades of Harlequin #47F512
Tints of Harlequin #47F512
RGB
CMYK
RGB Variations
Color information
#47F512 (or 0x47F512) is known color: Harlequin. HEX triplet: 47, F5 and 12. RGB value is (71,245,18). Sum of RGB (Red+Green+Blue) = 71+245+18=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 245 (96.09% from 255 or 73.35% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 245 - color contains mainly: green. Hex color #47F512 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47F512 is #B80AED. Grayscale: #A7A7A7. Windows color (decimal): -12061422 or 1242439. OLE color: 1242439.
HSL color Cylindrical-coordinate representation of color #47F512: hue angle of 105.99º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47F512 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 245 | 18 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.04 |
| HSL | 105.99º | 0.92% | 0.52% | - |
| HSV(B) | 105.99º | 0.93% | 0.96% | - |
| XYZ | 35.36 | 66.69 | 11.58 | - |
| YUV | 167.1 | 43.85 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 245 | 18 | 0.71 | 0 | 0.93 | 0.04 | 105.99 | 0.92 | 0.52 |
| Hex | 47 | F5 | 12 | 47 | 0 | 5D | 4 | 6A | 5C | 34 |
| Octal | 107 | 365 | 22 | 107 | 0 | 135 | 4 | 152 | 134 | 64 |
| Binary | 1000111 | 11110101 | 10010 | 1000111 | 0 | 1011101 | 100 | 1101010 | 1011100 | 110100 |
Color Harmonies of #47F512
Complementary color
Monochromatic Colors of #47F512
Black with #47F512
Text Example
Text Example
White with #47F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F512; }
p { color: rgb(71,245,18); }
H1.HeaderClassName
{
color: #47F512;
}
.AnyTagClassName
{
color: #47F512;
}
</style>
background-color css
<style>
a { background-color: #47F512; }
a { background-color: rgb(71,245,18); }
div.DivClassName
{
background-color: #47F512;
}
.BgClassName
{
background-color: #47F512;
}
</style>
border-color css
<style>
span { border-color: #47F512; }
span { border-color: rgb(71,245,18); }
td.TdClassName
{
border-color: #47F512;
}
.TagClassName
{
border-color: #47F512;
}
</style>