Shades of Harlequin #47FF0D
Tints of Harlequin #47FF0D
RGB
CMYK
RGB Variations
Color information
#47FF0D (or 0x47FF0D) is known color: Harlequin. HEX triplet: 47, FF and 0D. RGB value is (71,255,13). Sum of RGB (Red+Green+Blue) = 71+255+13=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FF0D is #B800F2. Grayscale: #ADADAD. Windows color (decimal): -12058867 or 917319. OLE color: 917319.
HSL color Cylindrical-coordinate representation of color #47FF0D: hue angle of 105.62º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #47FF0D is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 13 | - |
| CMYK | 0.72 | 0 | 0.95 | 0 |
| HSL | 105.62º | 1% | 0.53% | - |
| HSV(B) | 105.62º | 0.95% | 1% | - |
| XYZ | 38.43 | 72.89 | 12.42 | - |
| YUV | 172.4 | 38.04 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 13 | 0.72 | 0 | 0.95 | 0 | 105.62 | 1 | 0.53 |
| Hex | 47 | FF | D | 48 | 0 | 5F | 0 | 6A | 64 | 35 |
| Octal | 107 | 377 | 15 | 110 | 0 | 137 | 0 | 152 | 144 | 65 |
| Binary | 1000111 | 11111111 | 1101 | 1001000 | 0 | 1011111 | 0 | 1101010 | 1100100 | 110101 |
Color Harmonies of #47FF0D
Complementary color
Monochromatic Colors of #47FF0D
Black with #47FF0D
Text Example
Text Example
White with #47FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FF0D; }
p { color: rgb(71,255,13); }
H1.HeaderClassName
{
color: #47FF0D;
}
.AnyTagClassName
{
color: #47FF0D;
}
</style>
background-color css
<style>
a { background-color: #47FF0D; }
a { background-color: rgb(71,255,13); }
div.DivClassName
{
background-color: #47FF0D;
}
.BgClassName
{
background-color: #47FF0D;
}
</style>
border-color css
<style>
span { border-color: #47FF0D; }
span { border-color: rgb(71,255,13); }
td.TdClassName
{
border-color: #47FF0D;
}
.TagClassName
{
border-color: #47FF0D;
}
</style>