Shades of Harlequin #51FE10
Tints of Harlequin #51FE10
RGB
CMYK
RGB Variations
Color information
#51FE10 (or 0x51FE10) is known color: Harlequin. HEX triplet: 51, FE and 10. RGB value is (81,254,16). Sum of RGB (Red+Green+Blue) = 81+254+16=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 254 (99.61% from 255 or 72.36% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 254 - color contains mainly: green. Hex color #51FE10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51FE10 is #AE01EF. Grayscale: #AFAFAF. Windows color (decimal): -11403760 or 1113681. OLE color: 1113681.
HSL color Cylindrical-coordinate representation of color #51FE10: hue angle of 103.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51FE10 is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 16 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.00 |
| HSL | 103.61º | 0.99% | 0.53% | - |
| HSV(B) | 103.61º | 0.94% | 1% | - |
| XYZ | 38.93 | 72.67 | 12.47 | - |
| YUV | 175.14 | 38.19 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 16 | 0.68 | 0 | 0.94 | 0.00 | 103.61 | 0.99 | 0.53 |
| Hex | 51 | FE | 10 | 44 | 0 | 5E | 0 | 68 | 63 | 35 |
| Octal | 121 | 376 | 20 | 104 | 0 | 136 | 0 | 150 | 143 | 65 |
| Binary | 1010001 | 11111110 | 10000 | 1000100 | 0 | 1011110 | 0 | 1101000 | 1100011 | 110101 |
Color Harmonies of #51FE10
Complementary color
Monochromatic Colors of #51FE10
Black with #51FE10
Text Example
Text Example
White with #51FE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FE10; }
p { color: rgb(81,254,16); }
H1.HeaderClassName
{
color: #51FE10;
}
.AnyTagClassName
{
color: #51FE10;
}
</style>
background-color css
<style>
a { background-color: #51FE10; }
a { background-color: rgb(81,254,16); }
div.DivClassName
{
background-color: #51FE10;
}
.BgClassName
{
background-color: #51FE10;
}
</style>
border-color css
<style>
span { border-color: #51FE10; }
span { border-color: rgb(81,254,16); }
td.TdClassName
{
border-color: #51FE10;
}
.TagClassName
{
border-color: #51FE10;
}
</style>