Shades of Harlequin #47F312
Tints of Harlequin #47F312
RGB
CMYK
RGB Variations
Color information
#47F312 (or 0x47F312) is known color: Harlequin. HEX triplet: 47, F3 and 12. RGB value is (71,243,18). Sum of RGB (Red+Green+Blue) = 71+243+18=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #47F312 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47F312 is #B80CED. Grayscale: #A6A6A6. Windows color (decimal): -12061934 or 1241927. OLE color: 1241927.
HSL color Cylindrical-coordinate representation of color #47F312: hue angle of 105.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47F312 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 243 | 18 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.05 |
| HSL | 105.87º | 0.9% | 0.51% | - |
| HSV(B) | 105.87º | 0.93% | 0.95% | - |
| XYZ | 34.76 | 65.48 | 11.38 | - |
| YUV | 165.92 | 44.52 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 243 | 18 | 0.71 | 0 | 0.93 | 0.05 | 105.87 | 0.9 | 0.51 |
| Hex | 47 | F3 | 12 | 47 | 0 | 5D | 5 | 6A | 5A | 33 |
| Octal | 107 | 363 | 22 | 107 | 0 | 135 | 5 | 152 | 132 | 63 |
| Binary | 1000111 | 11110011 | 10010 | 1000111 | 0 | 1011101 | 101 | 1101010 | 1011010 | 110011 |
Color Harmonies of #47F312
Complementary color
Monochromatic Colors of #47F312
Black with #47F312
Text Example
Text Example
White with #47F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F312; }
p { color: rgb(71,243,18); }
H1.HeaderClassName
{
color: #47F312;
}
.AnyTagClassName
{
color: #47F312;
}
</style>
background-color css
<style>
a { background-color: #47F312; }
a { background-color: rgb(71,243,18); }
div.DivClassName
{
background-color: #47F312;
}
.BgClassName
{
background-color: #47F312;
}
</style>
border-color css
<style>
span { border-color: #47F312; }
span { border-color: rgb(71,243,18); }
td.TdClassName
{
border-color: #47F312;
}
.TagClassName
{
border-color: #47F312;
}
</style>