Shades of Harlequin #47FF27
Tints of Harlequin #47FF27
RGB
CMYK
RGB Variations
Color information
#47FF27 (or 0x47FF27) is known color: Harlequin. HEX triplet: 47, FF and 27. RGB value is (71,255,39). Sum of RGB (Red+Green+Blue) = 71+255+39=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47FF27 is #B800D8. Grayscale: #B0B0B0. Windows color (decimal): -12058841 or 2621255. OLE color: 2621255.
HSL color Cylindrical-coordinate representation of color #47FF27: hue angle of 111.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47FF27 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 39 | - |
| CMYK | 0.72 | 0 | 0.85 | 0 |
| HSL | 111.11º | 1% | 0.58% | - |
| HSV(B) | 111.11º | 0.85% | 1% | - |
| XYZ | 38.72 | 73.01 | 13.97 | - |
| YUV | 175.36 | 51.04 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 39 | 0.72 | 0 | 0.85 | 0 | 111.11 | 1 | 0.58 |
| Hex | 47 | FF | 27 | 48 | 0 | 55 | 0 | 6F | 64 | 3A |
| Octal | 107 | 377 | 47 | 110 | 0 | 125 | 0 | 157 | 144 | 72 |
| Binary | 1000111 | 11111111 | 100111 | 1001000 | 0 | 1010101 | 0 | 1101111 | 1100100 | 111010 |
Color Harmonies of #47FF27
Complementary color
Monochromatic Colors of #47FF27
Black with #47FF27
Text Example
Text Example
White with #47FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FF27; }
p { color: rgb(71,255,39); }
H1.HeaderClassName
{
color: #47FF27;
}
.AnyTagClassName
{
color: #47FF27;
}
</style>
background-color css
<style>
a { background-color: #47FF27; }
a { background-color: rgb(71,255,39); }
div.DivClassName
{
background-color: #47FF27;
}
.BgClassName
{
background-color: #47FF27;
}
</style>
border-color css
<style>
span { border-color: #47FF27; }
span { border-color: rgb(71,255,39); }
td.TdClassName
{
border-color: #47FF27;
}
.TagClassName
{
border-color: #47FF27;
}
</style>