Shades of Harlequin #51E411
Tints of Harlequin #51E411
RGB
CMYK
RGB Variations
Color information
#51E411 (or 0x51E411) is known color: Harlequin. HEX triplet: 51, E4 and 11. RGB value is (81,228,17). Sum of RGB (Red+Green+Blue) = 81+228+17=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 228 (89.45% from 255 or 69.94% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 228 - color contains mainly: green. Hex color #51E411 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51E411 is #AE1BEE. Grayscale: #A0A0A0. Windows color (decimal): -11410415 or 1172561. OLE color: 1172561.
HSL color Cylindrical-coordinate representation of color #51E411: hue angle of 101.8º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #51E411 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 228 | 17 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.11 |
| HSL | 101.8º | 0.86% | 0.48% | - |
| HSV(B) | 101.8º | 0.93% | 0.89% | - |
| XYZ | 31.24 | 57.28 | 9.94 | - |
| YUV | 159.99 | 47.3 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 228 | 17 | 0.64 | 0 | 0.93 | 0.11 | 101.8 | 0.86 | 0.48 |
| Hex | 51 | E4 | 11 | 40 | 0 | 5D | B | 66 | 56 | 30 |
| Octal | 121 | 344 | 21 | 100 | 0 | 135 | 13 | 146 | 126 | 60 |
| Binary | 1010001 | 11100100 | 10001 | 1000000 | 0 | 1011101 | 1011 | 1100110 | 1010110 | 110000 |
Color Harmonies of #51E411
Complementary color
Monochromatic Colors of #51E411
Black with #51E411
Text Example
Text Example
White with #51E411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E411; }
p { color: rgb(81,228,17); }
H1.HeaderClassName
{
color: #51E411;
}
.AnyTagClassName
{
color: #51E411;
}
</style>
background-color css
<style>
a { background-color: #51E411; }
a { background-color: rgb(81,228,17); }
div.DivClassName
{
background-color: #51E411;
}
.BgClassName
{
background-color: #51E411;
}
</style>
border-color css
<style>
span { border-color: #51E411; }
span { border-color: rgb(81,228,17); }
td.TdClassName
{
border-color: #51E411;
}
.TagClassName
{
border-color: #51E411;
}
</style>