Shades of Harlequin #47F102
Tints of Harlequin #47F102
RGB
CMYK
RGB Variations
Color information
#47F102 (or 0x47F102) is known color: Harlequin. HEX triplet: 47, F1 and 02. RGB value is (71,241,2). Sum of RGB (Red+Green+Blue) = 71+241+2=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #47F102 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47F102 is #B80EFD. Grayscale: #A3A3A3. Windows color (decimal): -12062462 or 192839. OLE color: 192839.
HSL color Cylindrical-coordinate representation of color #47F102: hue angle of 102.68º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47F102 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 241 | 2 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.05 |
| HSL | 102.68º | 0.98% | 0.48% | - |
| HSV(B) | 102.68º | 0.99% | 0.95% | - |
| XYZ | 34.06 | 64.25 | 10.66 | - |
| YUV | 162.92 | 37.18 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 241 | 2 | 0.71 | 0 | 0.99 | 0.05 | 102.68 | 0.98 | 0.48 |
| Hex | 47 | F1 | 2 | 47 | 0 | 63 | 5 | 67 | 62 | 30 |
| Octal | 107 | 361 | 2 | 107 | 0 | 143 | 5 | 147 | 142 | 60 |
| Binary | 1000111 | 11110001 | 10 | 1000111 | 0 | 1100011 | 101 | 1100111 | 1100010 | 110000 |
Color Harmonies of #47F102
Complementary color
Monochromatic Colors of #47F102
Black with #47F102
Text Example
Text Example
White with #47F102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F102; }
p { color: rgb(71,241,2); }
H1.HeaderClassName
{
color: #47F102;
}
.AnyTagClassName
{
color: #47F102;
}
</style>
background-color css
<style>
a { background-color: #47F102; }
a { background-color: rgb(71,241,2); }
div.DivClassName
{
background-color: #47F102;
}
.BgClassName
{
background-color: #47F102;
}
</style>
border-color css
<style>
span { border-color: #47F102; }
span { border-color: rgb(71,241,2); }
td.TdClassName
{
border-color: #47F102;
}
.TagClassName
{
border-color: #47F102;
}
</style>