Shades of Harlequin #51E821
Tints of Harlequin #51E821
RGB
CMYK
RGB Variations
Color information
#51E821 (or 0x51E821) is known color: Harlequin. HEX triplet: 51, E8 and 21. RGB value is (81,232,33). Sum of RGB (Red+Green+Blue) = 81+232+33=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 232 (91.02% from 255 or 67.05% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 232 - color contains mainly: green. Hex color #51E821 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51E821 is #AE17DE. Grayscale: #A4A4A4. Windows color (decimal): -11409375 or 2222161. OLE color: 2222161.
HSL color Cylindrical-coordinate representation of color #51E821: hue angle of 105.53º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51E821 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 232 | 33 | - |
| CMYK | 0.65 | 0 | 0.86 | 0.09 |
| HSL | 105.53º | 0.81% | 0.52% | - |
| HSV(B) | 105.53º | 0.86% | 0.91% | - |
| XYZ | 32.52 | 59.57 | 11.22 | - |
| YUV | 164.17 | 53.97 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 232 | 33 | 0.65 | 0 | 0.86 | 0.09 | 105.53 | 0.81 | 0.52 |
| Hex | 51 | E8 | 21 | 41 | 0 | 56 | 9 | 6A | 51 | 34 |
| Octal | 121 | 350 | 41 | 101 | 0 | 126 | 11 | 152 | 121 | 64 |
| Binary | 1010001 | 11101000 | 100001 | 1000001 | 0 | 1010110 | 1001 | 1101010 | 1010001 | 110100 |
Color Harmonies of #51E821
Complementary color
Monochromatic Colors of #51E821
Black with #51E821
Text Example
Text Example
White with #51E821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E821; }
p { color: rgb(81,232,33); }
H1.HeaderClassName
{
color: #51E821;
}
.AnyTagClassName
{
color: #51E821;
}
</style>
background-color css
<style>
a { background-color: #51E821; }
a { background-color: rgb(81,232,33); }
div.DivClassName
{
background-color: #51E821;
}
.BgClassName
{
background-color: #51E821;
}
</style>
border-color css
<style>
span { border-color: #51E821; }
span { border-color: rgb(81,232,33); }
td.TdClassName
{
border-color: #51E821;
}
.TagClassName
{
border-color: #51E821;
}
</style>