Shades of Harlequin #51FD00
Tints of Harlequin #51FD00
RGB
CMYK
RGB Variations
Color information
#51FD00 (or 0x51FD00) is known color: Harlequin. HEX triplet: 51, FD and 00. RGB value is (81,253,0). Sum of RGB (Red+Green+Blue) = 81+253+0=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 253 (99.22% from 255 or 75.75% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 253 - color contains mainly: green. Hex color #51FD00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51FD00 is #AE02FF. Grayscale: #ADADAD. Windows color (decimal): -11404032 or 64849. OLE color: 64849.
HSL color Cylindrical-coordinate representation of color #51FD00: hue angle of 100.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51FD00 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 253 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.01 |
| HSL | 100.79º | 1% | 0.5% | - |
| HSV(B) | 100.79º | 1% | 0.99% | - |
| XYZ | 38.52 | 72 | 11.87 | - |
| YUV | 172.73 | 30.52 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 253 | 0 | 0.68 | 0 | 1 | 0.01 | 100.79 | 1 | 0.5 |
| Hex | 51 | FD | 0 | 44 | 0 | 64 | 1 | 65 | 64 | 32 |
| Octal | 121 | 375 | 0 | 104 | 0 | 144 | 1 | 145 | 144 | 62 |
| Binary | 1010001 | 11111101 | 0 | 1000100 | 0 | 1100100 | 1 | 1100101 | 1100100 | 110010 |
Color Harmonies of #51FD00
Complementary color
Monochromatic Colors of #51FD00
Black with #51FD00
Text Example
Text Example
White with #51FD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FD00; }
p { color: rgb(81,253,0); }
H1.HeaderClassName
{
color: #51FD00;
}
.AnyTagClassName
{
color: #51FD00;
}
</style>
background-color css
<style>
a { background-color: #51FD00; }
a { background-color: rgb(81,253,0); }
div.DivClassName
{
background-color: #51FD00;
}
.BgClassName
{
background-color: #51FD00;
}
</style>
border-color css
<style>
span { border-color: #51FD00; }
span { border-color: rgb(81,253,0); }
td.TdClassName
{
border-color: #51FD00;
}
.TagClassName
{
border-color: #51FD00;
}
</style>