Shades of Harlequin #47F325
Tints of Harlequin #47F325
RGB
CMYK
RGB Variations
Color information
#47F325 (or 0x47F325) is known color: Harlequin. HEX triplet: 47, F3 and 25. RGB value is (71,243,37). Sum of RGB (Red+Green+Blue) = 71+243+37=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 243 (95.31% from 255 or 69.23% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 243 - color contains mainly: green. Hex color #47F325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F325 is #B80CDA. Grayscale: #A8A8A8. Windows color (decimal): -12061915 or 2487111. OLE color: 2487111.
HSL color Cylindrical-coordinate representation of color #47F325: hue angle of 110.1º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47F325 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 243 | 37 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.05 |
| HSL | 110.1º | 0.9% | 0.55% | - |
| HSV(B) | 110.1º | 0.85% | 0.95% | - |
| XYZ | 34.98 | 65.57 | 12.56 | - |
| YUV | 168.09 | 54.02 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 243 | 37 | 0.71 | 0 | 0.85 | 0.05 | 110.1 | 0.9 | 0.55 |
| Hex | 47 | F3 | 25 | 47 | 0 | 55 | 5 | 6E | 5A | 37 |
| Octal | 107 | 363 | 45 | 107 | 0 | 125 | 5 | 156 | 132 | 67 |
| Binary | 1000111 | 11110011 | 100101 | 1000111 | 0 | 1010101 | 101 | 1101110 | 1011010 | 110111 |
Color Harmonies of #47F325
Complementary color
Monochromatic Colors of #47F325
Black with #47F325
Text Example
Text Example
White with #47F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F325; }
p { color: rgb(71,243,37); }
H1.HeaderClassName
{
color: #47F325;
}
.AnyTagClassName
{
color: #47F325;
}
</style>
background-color css
<style>
a { background-color: #47F325; }
a { background-color: rgb(71,243,37); }
div.DivClassName
{
background-color: #47F325;
}
.BgClassName
{
background-color: #47F325;
}
</style>
border-color css
<style>
span { border-color: #47F325; }
span { border-color: rgb(71,243,37); }
td.TdClassName
{
border-color: #47F325;
}
.TagClassName
{
border-color: #47F325;
}
</style>