Shades of Harlequin #47F002
Tints of Harlequin #47F002
RGB
CMYK
RGB Variations
Color information
#47F002 (or 0x47F002) is known color: Harlequin. HEX triplet: 47, F0 and 02. RGB value is (71,240,2). Sum of RGB (Red+Green+Blue) = 71+240+2=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #47F002 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47F002 is #B80FFD. Grayscale: #A3A3A3. Windows color (decimal): -12062718 or 192583. OLE color: 192583.
HSL color Cylindrical-coordinate representation of color #47F002: hue angle of 102.61º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47F002 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 240 | 2 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.06 |
| HSL | 102.61º | 0.98% | 0.47% | - |
| HSV(B) | 102.61º | 0.99% | 0.94% | - |
| XYZ | 33.77 | 63.66 | 10.57 | - |
| YUV | 162.34 | 37.51 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 240 | 2 | 0.70 | 0 | 0.99 | 0.06 | 102.61 | 0.98 | 0.47 |
| Hex | 47 | F0 | 2 | 46 | 0 | 63 | 6 | 67 | 62 | 2F |
| Octal | 107 | 360 | 2 | 106 | 0 | 143 | 6 | 147 | 142 | 57 |
| Binary | 1000111 | 11110000 | 10 | 1000110 | 0 | 1100011 | 110 | 1100111 | 1100010 | 101111 |
Color Harmonies of #47F002
Complementary color
Monochromatic Colors of #47F002
Black with #47F002
Text Example
Text Example
White with #47F002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F002; }
p { color: rgb(71,240,2); }
H1.HeaderClassName
{
color: #47F002;
}
.AnyTagClassName
{
color: #47F002;
}
</style>
background-color css
<style>
a { background-color: #47F002; }
a { background-color: rgb(71,240,2); }
div.DivClassName
{
background-color: #47F002;
}
.BgClassName
{
background-color: #47F002;
}
</style>
border-color css
<style>
span { border-color: #47F002; }
span { border-color: rgb(71,240,2); }
td.TdClassName
{
border-color: #47F002;
}
.TagClassName
{
border-color: #47F002;
}
</style>