Shades of Harlequin #47FC2D
Tints of Harlequin #47FC2D
RGB
CMYK
RGB Variations
Color information
#47FC2D (or 0x47FC2D) is known color: Harlequin. HEX triplet: 47, FC and 2D. RGB value is (71,252,45). Sum of RGB (Red+Green+Blue) = 71+252+45=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 252 (98.83% from 255 or 68.48% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 252 - color contains mainly: green. Hex color #47FC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FC2D is #B803D2. Grayscale: #AEAEAE. Windows color (decimal): -12059603 or 3013703. OLE color: 3013703.
HSL color Cylindrical-coordinate representation of color #47FC2D: hue angle of 112.46º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47FC2D is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 252 | 45 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.01 |
| HSL | 112.46º | 0.97% | 0.58% | - |
| HSV(B) | 112.46º | 0.82% | 0.99% | - |
| XYZ | 37.88 | 71.15 | 14.22 | - |
| YUV | 174.28 | 55.03 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 252 | 45 | 0.72 | 0 | 0.82 | 0.01 | 112.46 | 0.97 | 0.58 |
| Hex | 47 | FC | 2D | 48 | 0 | 52 | 1 | 70 | 61 | 3A |
| Octal | 107 | 374 | 55 | 110 | 0 | 122 | 1 | 160 | 141 | 72 |
| Binary | 1000111 | 11111100 | 101101 | 1001000 | 0 | 1010010 | 1 | 1110000 | 1100001 | 111010 |
Color Harmonies of #47FC2D
Complementary color
Monochromatic Colors of #47FC2D
Black with #47FC2D
Text Example
Text Example
White with #47FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FC2D; }
p { color: rgb(71,252,45); }
H1.HeaderClassName
{
color: #47FC2D;
}
.AnyTagClassName
{
color: #47FC2D;
}
</style>
background-color css
<style>
a { background-color: #47FC2D; }
a { background-color: rgb(71,252,45); }
div.DivClassName
{
background-color: #47FC2D;
}
.BgClassName
{
background-color: #47FC2D;
}
</style>
border-color css
<style>
span { border-color: #47FC2D; }
span { border-color: rgb(71,252,45); }
td.TdClassName
{
border-color: #47FC2D;
}
.TagClassName
{
border-color: #47FC2D;
}
</style>