Shades of Harlequin #47DD03
Tints of Harlequin #47DD03
RGB
CMYK
RGB Variations
Color information
#47DD03 (or 0x47DD03) is known color: Harlequin. HEX triplet: 47, DD and 03. RGB value is (71,221,3). Sum of RGB (Red+Green+Blue) = 71+221+3=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #47DD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47DD03 is #B822FC. Grayscale: #989898. Windows color (decimal): -12067581 or 253255. OLE color: 253255.
HSL color Cylindrical-coordinate representation of color #47DD03: hue angle of 101.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47DD03 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 221 | 3 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.13 |
| HSL | 101.28º | 0.97% | 0.44% | - |
| HSV(B) | 101.28º | 0.99% | 0.87% | - |
| XYZ | 28.47 | 53.06 | 8.83 | - |
| YUV | 151.3 | 44.31 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 3 | 0.68 | 0 | 0.99 | 0.13 | 101.28 | 0.97 | 0.44 |
| Hex | 47 | DD | 3 | 44 | 0 | 63 | D | 65 | 61 | 2C |
| Octal | 107 | 335 | 3 | 104 | 0 | 143 | 15 | 145 | 141 | 54 |
| Binary | 1000111 | 11011101 | 11 | 1000100 | 0 | 1100011 | 1101 | 1100101 | 1100001 | 101100 |
Color Harmonies of #47DD03
Complementary color
Monochromatic Colors of #47DD03
Black with #47DD03
Text Example
Text Example
White with #47DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DD03; }
p { color: rgb(71,221,3); }
H1.HeaderClassName
{
color: #47DD03;
}
.AnyTagClassName
{
color: #47DD03;
}
</style>
background-color css
<style>
a { background-color: #47DD03; }
a { background-color: rgb(71,221,3); }
div.DivClassName
{
background-color: #47DD03;
}
.BgClassName
{
background-color: #47DD03;
}
</style>
border-color css
<style>
span { border-color: #47DD03; }
span { border-color: rgb(71,221,3); }
td.TdClassName
{
border-color: #47DD03;
}
.TagClassName
{
border-color: #47DD03;
}
</style>