Shades of Harlequin #47F227
Tints of Harlequin #47F227
RGB
CMYK
RGB Variations
Color information
#47F227 (or 0x47F227) is known color: Harlequin. HEX triplet: 47, F2 and 27. RGB value is (71,242,39). Sum of RGB (Red+Green+Blue) = 71+242+39=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #47F227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F227 is #B80DD8. Grayscale: #A8A8A8. Windows color (decimal): -12062169 or 2617927. OLE color: 2617927.
HSL color Cylindrical-coordinate representation of color #47F227: hue angle of 110.54º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47F227 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 242 | 39 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.05 |
| HSL | 110.54º | 0.89% | 0.55% | - |
| HSV(B) | 110.54º | 0.84% | 0.95% | - |
| XYZ | 34.72 | 64.99 | 12.63 | - |
| YUV | 167.73 | 55.35 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 242 | 39 | 0.71 | 0 | 0.84 | 0.05 | 110.54 | 0.89 | 0.55 |
| Hex | 47 | F2 | 27 | 47 | 0 | 54 | 5 | 6F | 59 | 37 |
| Octal | 107 | 362 | 47 | 107 | 0 | 124 | 5 | 157 | 131 | 67 |
| Binary | 1000111 | 11110010 | 100111 | 1000111 | 0 | 1010100 | 101 | 1101111 | 1011001 | 110111 |
Color Harmonies of #47F227
Complementary color
Monochromatic Colors of #47F227
Black with #47F227
Text Example
Text Example
White with #47F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F227; }
p { color: rgb(71,242,39); }
H1.HeaderClassName
{
color: #47F227;
}
.AnyTagClassName
{
color: #47F227;
}
</style>
background-color css
<style>
a { background-color: #47F227; }
a { background-color: rgb(71,242,39); }
div.DivClassName
{
background-color: #47F227;
}
.BgClassName
{
background-color: #47F227;
}
</style>
border-color css
<style>
span { border-color: #47F227; }
span { border-color: rgb(71,242,39); }
td.TdClassName
{
border-color: #47F227;
}
.TagClassName
{
border-color: #47F227;
}
</style>