Shades of Harlequin #51EC19
Tints of Harlequin #51EC19
RGB
CMYK
RGB Variations
Color information
#51EC19 (or 0x51EC19) is known color: Harlequin. HEX triplet: 51, EC and 19. RGB value is (81,236,25). Sum of RGB (Red+Green+Blue) = 81+236+25=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 236 (92.58% from 255 or 69.01% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 236 - color contains mainly: green. Hex color #51EC19 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51EC19 is #AE13E6. Grayscale: #A6A6A6. Windows color (decimal): -11408359 or 1698897. OLE color: 1698897.
HSL color Cylindrical-coordinate representation of color #51EC19: hue angle of 104.08º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51EC19 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 236 | 25 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.07 |
| HSL | 104.08º | 0.85% | 0.51% | - |
| HSV(B) | 104.08º | 0.89% | 0.93% | - |
| XYZ | 33.56 | 61.81 | 11.08 | - |
| YUV | 165.6 | 48.65 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 236 | 25 | 0.66 | 0 | 0.89 | 0.07 | 104.08 | 0.85 | 0.51 |
| Hex | 51 | EC | 19 | 42 | 0 | 59 | 7 | 68 | 55 | 33 |
| Octal | 121 | 354 | 31 | 102 | 0 | 131 | 7 | 150 | 125 | 63 |
| Binary | 1010001 | 11101100 | 11001 | 1000010 | 0 | 1011001 | 111 | 1101000 | 1010101 | 110011 |
Color Harmonies of #51EC19
Complementary color
Monochromatic Colors of #51EC19
Black with #51EC19
Text Example
Text Example
White with #51EC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EC19; }
p { color: rgb(81,236,25); }
H1.HeaderClassName
{
color: #51EC19;
}
.AnyTagClassName
{
color: #51EC19;
}
</style>
background-color css
<style>
a { background-color: #51EC19; }
a { background-color: rgb(81,236,25); }
div.DivClassName
{
background-color: #51EC19;
}
.BgClassName
{
background-color: #51EC19;
}
</style>
border-color css
<style>
span { border-color: #51EC19; }
span { border-color: rgb(81,236,25); }
td.TdClassName
{
border-color: #51EC19;
}
.TagClassName
{
border-color: #51EC19;
}
</style>