Shades of Harlequin #47F807
Tints of Harlequin #47F807
RGB
CMYK
RGB Variations
Color information
#47F807 (or 0x47F807) is known color: Harlequin. HEX triplet: 47, F8 and 07. RGB value is (71,248,7). Sum of RGB (Red+Green+Blue) = 71+248+7=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 248 (97.27% from 255 or 76.07% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 248 - color contains mainly: green. Hex color #47F807 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47F807 is #B807F8. Grayscale: #A8A8A8. Windows color (decimal): -12060665 or 522311. OLE color: 522311.
HSL color Cylindrical-coordinate representation of color #47F807: hue angle of 104.07º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47F807 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 248 | 7 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.03 |
| HSL | 104.07º | 0.95% | 0.5% | - |
| HSV(B) | 104.07º | 0.97% | 0.97% | - |
| XYZ | 36.2 | 68.49 | 11.51 | - |
| YUV | 167.6 | 37.36 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 248 | 7 | 0.71 | 0 | 0.97 | 0.03 | 104.07 | 0.95 | 0.5 |
| Hex | 47 | F8 | 7 | 47 | 0 | 61 | 3 | 68 | 5F | 32 |
| Octal | 107 | 370 | 7 | 107 | 0 | 141 | 3 | 150 | 137 | 62 |
| Binary | 1000111 | 11111000 | 111 | 1000111 | 0 | 1100001 | 11 | 1101000 | 1011111 | 110010 |
Color Harmonies of #47F807
Complementary color
Monochromatic Colors of #47F807
Black with #47F807
Text Example
Text Example
White with #47F807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F807; }
p { color: rgb(71,248,7); }
H1.HeaderClassName
{
color: #47F807;
}
.AnyTagClassName
{
color: #47F807;
}
</style>
background-color css
<style>
a { background-color: #47F807; }
a { background-color: rgb(71,248,7); }
div.DivClassName
{
background-color: #47F807;
}
.BgClassName
{
background-color: #47F807;
}
</style>
border-color css
<style>
span { border-color: #47F807; }
span { border-color: rgb(71,248,7); }
td.TdClassName
{
border-color: #47F807;
}
.TagClassName
{
border-color: #47F807;
}
</style>