Shades of Harlequin #51E315
Tints of Harlequin #51E315
RGB
CMYK
RGB Variations
Color information
#51E315 (or 0x51E315) is known color: Harlequin. HEX triplet: 51, E3 and 15. RGB value is (81,227,21). Sum of RGB (Red+Green+Blue) = 81+227+21=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 227 (89.06% from 255 or 69.00% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 227 - color contains mainly: green. Hex color #51E315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51E315 is #AE1CEA. Grayscale: #A0A0A0. Windows color (decimal): -11410667 or 1434449. OLE color: 1434449.
HSL color Cylindrical-coordinate representation of color #51E315: hue angle of 102.52º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51E315 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 227 | 21 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.11 |
| HSL | 102.52º | 0.83% | 0.49% | - |
| HSV(B) | 102.52º | 0.91% | 0.89% | - |
| XYZ | 31 | 56.74 | 10.03 | - |
| YUV | 159.86 | 49.63 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 227 | 21 | 0.64 | 0 | 0.91 | 0.11 | 102.52 | 0.83 | 0.49 |
| Hex | 51 | E3 | 15 | 40 | 0 | 5B | B | 67 | 53 | 31 |
| Octal | 121 | 343 | 25 | 100 | 0 | 133 | 13 | 147 | 123 | 61 |
| Binary | 1010001 | 11100011 | 10101 | 1000000 | 0 | 1011011 | 1011 | 1100111 | 1010011 | 110001 |
Color Harmonies of #51E315
Complementary color
Monochromatic Colors of #51E315
Black with #51E315
Text Example
Text Example
White with #51E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E315; }
p { color: rgb(81,227,21); }
H1.HeaderClassName
{
color: #51E315;
}
.AnyTagClassName
{
color: #51E315;
}
</style>
background-color css
<style>
a { background-color: #51E315; }
a { background-color: rgb(81,227,21); }
div.DivClassName
{
background-color: #51E315;
}
.BgClassName
{
background-color: #51E315;
}
</style>
border-color css
<style>
span { border-color: #51E315; }
span { border-color: rgb(81,227,21); }
td.TdClassName
{
border-color: #51E315;
}
.TagClassName
{
border-color: #51E315;
}
</style>