Shades of Harlequin #51EC14
Tints of Harlequin #51EC14
RGB
CMYK
RGB Variations
Color information
#51EC14 (or 0x51EC14) is known color: Harlequin. HEX triplet: 51, EC and 14. RGB value is (81,236,20). Sum of RGB (Red+Green+Blue) = 81+236+20=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 236 (92.58% from 255 or 70.03% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 236 - color contains mainly: green. Hex color #51EC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51EC14 is #AE13EB. Grayscale: #A5A5A5. Windows color (decimal): -11408364 or 1371217. OLE color: 1371217.
HSL color Cylindrical-coordinate representation of color #51EC14: hue angle of 103.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51EC14 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 236 | 20 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.07 |
| HSL | 103.06º | 0.85% | 0.5% | - |
| HSV(B) | 103.06º | 0.92% | 0.93% | - |
| XYZ | 33.52 | 61.79 | 10.82 | - |
| YUV | 165.03 | 46.15 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 236 | 20 | 0.66 | 0 | 0.92 | 0.07 | 103.06 | 0.85 | 0.5 |
| Hex | 51 | EC | 14 | 42 | 0 | 5C | 7 | 67 | 55 | 32 |
| Octal | 121 | 354 | 24 | 102 | 0 | 134 | 7 | 147 | 125 | 62 |
| Binary | 1010001 | 11101100 | 10100 | 1000010 | 0 | 1011100 | 111 | 1100111 | 1010101 | 110010 |
Color Harmonies of #51EC14
Complementary color
Monochromatic Colors of #51EC14
Black with #51EC14
Text Example
Text Example
White with #51EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EC14; }
p { color: rgb(81,236,20); }
H1.HeaderClassName
{
color: #51EC14;
}
.AnyTagClassName
{
color: #51EC14;
}
</style>
background-color css
<style>
a { background-color: #51EC14; }
a { background-color: rgb(81,236,20); }
div.DivClassName
{
background-color: #51EC14;
}
.BgClassName
{
background-color: #51EC14;
}
</style>
border-color css
<style>
span { border-color: #51EC14; }
span { border-color: rgb(81,236,20); }
td.TdClassName
{
border-color: #51EC14;
}
.TagClassName
{
border-color: #51EC14;
}
</style>