Shades of Harlequin #47FB0F
Tints of Harlequin #47FB0F
RGB
CMYK
RGB Variations
Color information
#47FB0F (or 0x47FB0F) is known color: Harlequin. HEX triplet: 47, FB and 0F. RGB value is (71,251,15). Sum of RGB (Red+Green+Blue) = 71+251+15=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 251 (98.44% from 255 or 74.48% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 251 - color contains mainly: green. Hex color #47FB0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FB0F is #B804F0. Grayscale: #ABABAB. Windows color (decimal): -12059889 or 1047367. OLE color: 1047367.
HSL color Cylindrical-coordinate representation of color #47FB0F: hue angle of 105.76º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47FB0F is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 251 | 15 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.02 |
| HSL | 105.76º | 0.97% | 0.52% | - |
| HSV(B) | 105.76º | 0.94% | 0.98% | - |
| XYZ | 37.18 | 70.37 | 12.07 | - |
| YUV | 170.28 | 40.37 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 251 | 15 | 0.72 | 0 | 0.94 | 0.02 | 105.76 | 0.97 | 0.52 |
| Hex | 47 | FB | F | 48 | 0 | 5E | 2 | 6A | 61 | 34 |
| Octal | 107 | 373 | 17 | 110 | 0 | 136 | 2 | 152 | 141 | 64 |
| Binary | 1000111 | 11111011 | 1111 | 1001000 | 0 | 1011110 | 10 | 1101010 | 1100001 | 110100 |
Color Harmonies of #47FB0F
Complementary color
Monochromatic Colors of #47FB0F
Black with #47FB0F
Text Example
Text Example
White with #47FB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FB0F; }
p { color: rgb(71,251,15); }
H1.HeaderClassName
{
color: #47FB0F;
}
.AnyTagClassName
{
color: #47FB0F;
}
</style>
background-color css
<style>
a { background-color: #47FB0F; }
a { background-color: rgb(71,251,15); }
div.DivClassName
{
background-color: #47FB0F;
}
.BgClassName
{
background-color: #47FB0F;
}
</style>
border-color css
<style>
span { border-color: #47FB0F; }
span { border-color: rgb(71,251,15); }
td.TdClassName
{
border-color: #47FB0F;
}
.TagClassName
{
border-color: #47FB0F;
}
</style>