Shades of Harlequin #47FF34
Tints of Harlequin #47FF34
RGB
CMYK
RGB Variations
Color information
#47FF34 (or 0x47FF34) is known color: Harlequin. HEX triplet: 47, FF and 34. RGB value is (71,255,52). Sum of RGB (Red+Green+Blue) = 71+255+52=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FF34 is #B800CB. Grayscale: #B1B1B1. Windows color (decimal): -12058828 or 3473223. OLE color: 3473223.
HSL color Cylindrical-coordinate representation of color #47FF34: hue angle of 114.38º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47FF34 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 52 | - |
| CMYK | 0.72 | 0 | 0.80 | 0 |
| HSL | 114.38º | 1% | 0.6% | - |
| HSV(B) | 114.38º | 0.8% | 1% | - |
| XYZ | 38.98 | 73.11 | 15.31 | - |
| YUV | 176.84 | 57.54 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 52 | 0.72 | 0 | 0.80 | 0 | 114.38 | 1 | 0.6 |
| Hex | 47 | FF | 34 | 48 | 0 | 50 | 0 | 72 | 64 | 3C |
| Octal | 107 | 377 | 64 | 110 | 0 | 120 | 0 | 162 | 144 | 74 |
| Binary | 1000111 | 11111111 | 110100 | 1001000 | 0 | 1010000 | 0 | 1110010 | 1100100 | 111100 |
Color Harmonies of #47FF34
Complementary color
Monochromatic Colors of #47FF34
Black with #47FF34
Text Example
Text Example
White with #47FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FF34; }
p { color: rgb(71,255,52); }
H1.HeaderClassName
{
color: #47FF34;
}
.AnyTagClassName
{
color: #47FF34;
}
</style>
background-color css
<style>
a { background-color: #47FF34; }
a { background-color: rgb(71,255,52); }
div.DivClassName
{
background-color: #47FF34;
}
.BgClassName
{
background-color: #47FF34;
}
</style>
border-color css
<style>
span { border-color: #47FF34; }
span { border-color: rgb(71,255,52); }
td.TdClassName
{
border-color: #47FF34;
}
.TagClassName
{
border-color: #47FF34;
}
</style>