Shades of Harlequin #51EC16
Tints of Harlequin #51EC16
RGB
CMYK
RGB Variations
Color information
#51EC16 (or 0x51EC16) is known color: Harlequin. HEX triplet: 51, EC and 16. RGB value is (81,236,22). Sum of RGB (Red+Green+Blue) = 81+236+22=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 236 (92.58% from 255 or 69.62% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 236 - color contains mainly: green. Hex color #51EC16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51EC16 is #AE13E9. Grayscale: #A5A5A5. Windows color (decimal): -11408362 or 1502289. OLE color: 1502289.
HSL color Cylindrical-coordinate representation of color #51EC16: hue angle of 103.46º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51EC16 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 236 | 22 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.07 |
| HSL | 103.46º | 0.85% | 0.51% | - |
| HSV(B) | 103.46º | 0.91% | 0.93% | - |
| XYZ | 33.53 | 61.8 | 10.92 | - |
| YUV | 165.26 | 47.15 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 236 | 22 | 0.66 | 0 | 0.91 | 0.07 | 103.46 | 0.85 | 0.51 |
| Hex | 51 | EC | 16 | 42 | 0 | 5B | 7 | 67 | 55 | 33 |
| Octal | 121 | 354 | 26 | 102 | 0 | 133 | 7 | 147 | 125 | 63 |
| Binary | 1010001 | 11101100 | 10110 | 1000010 | 0 | 1011011 | 111 | 1100111 | 1010101 | 110011 |
Color Harmonies of #51EC16
Complementary color
Monochromatic Colors of #51EC16
Black with #51EC16
Text Example
Text Example
White with #51EC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EC16; }
p { color: rgb(81,236,22); }
H1.HeaderClassName
{
color: #51EC16;
}
.AnyTagClassName
{
color: #51EC16;
}
</style>
background-color css
<style>
a { background-color: #51EC16; }
a { background-color: rgb(81,236,22); }
div.DivClassName
{
background-color: #51EC16;
}
.BgClassName
{
background-color: #51EC16;
}
</style>
border-color css
<style>
span { border-color: #51EC16; }
span { border-color: rgb(81,236,22); }
td.TdClassName
{
border-color: #51EC16;
}
.TagClassName
{
border-color: #51EC16;
}
</style>