Shades of Harlequin #47DF0C
Tints of Harlequin #47DF0C
RGB
CMYK
RGB Variations
Color information
#47DF0C (or 0x47DF0C) is known color: Harlequin. HEX triplet: 47, DF and 0C. RGB value is (71,223,12). Sum of RGB (Red+Green+Blue) = 71+223+12=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #47DF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47DF0C is #B820F3. Grayscale: #9A9A9A. Windows color (decimal): -12067060 or 843591. OLE color: 843591.
HSL color Cylindrical-coordinate representation of color #47DF0C: hue angle of 103.22º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #47DF0C is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 223 | 12 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.13 |
| HSL | 103.22º | 0.9% | 0.46% | - |
| HSV(B) | 103.22º | 0.95% | 0.87% | - |
| XYZ | 29.05 | 54.14 | 9.27 | - |
| YUV | 153.5 | 48.14 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 12 | 0.68 | 0 | 0.95 | 0.13 | 103.22 | 0.9 | 0.46 |
| Hex | 47 | DF | C | 44 | 0 | 5F | D | 67 | 5A | 2E |
| Octal | 107 | 337 | 14 | 104 | 0 | 137 | 15 | 147 | 132 | 56 |
| Binary | 1000111 | 11011111 | 1100 | 1000100 | 0 | 1011111 | 1101 | 1100111 | 1011010 | 101110 |
Color Harmonies of #47DF0C
Complementary color
Monochromatic Colors of #47DF0C
Black with #47DF0C
Text Example
Text Example
White with #47DF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DF0C; }
p { color: rgb(71,223,12); }
H1.HeaderClassName
{
color: #47DF0C;
}
.AnyTagClassName
{
color: #47DF0C;
}
</style>
background-color css
<style>
a { background-color: #47DF0C; }
a { background-color: rgb(71,223,12); }
div.DivClassName
{
background-color: #47DF0C;
}
.BgClassName
{
background-color: #47DF0C;
}
</style>
border-color css
<style>
span { border-color: #47DF0C; }
span { border-color: rgb(71,223,12); }
td.TdClassName
{
border-color: #47DF0C;
}
.TagClassName
{
border-color: #47DF0C;
}
</style>