Shades of Harlequin #51FE01
Tints of Harlequin #51FE01
RGB
CMYK
RGB Variations
Color information
#51FE01 (or 0x51FE01) is known color: Harlequin. HEX triplet: 51, FE and 01. RGB value is (81,254,1). Sum of RGB (Red+Green+Blue) = 81+254+1=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 254 (99.61% from 255 or 75.60% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 254 - color contains mainly: green. Hex color #51FE01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51FE01 is #AE01FE. Grayscale: #AEAEAE. Windows color (decimal): -11403775 or 130641. OLE color: 130641.
HSL color Cylindrical-coordinate representation of color #51FE01: hue angle of 101.03º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51FE01 is Cyan = 0.68, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 1 | - |
| CMYK | 0.68 | 0 | 1.00 | 0.00 |
| HSL | 101.03º | 0.99% | 0.5% | - |
| HSV(B) | 101.03º | 1% | 1% | - |
| XYZ | 38.84 | 72.64 | 12 | - |
| YUV | 173.43 | 30.69 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 1 | 0.68 | 0 | 1.00 | 0.00 | 101.03 | 0.99 | 0.5 |
| Hex | 51 | FE | 1 | 44 | 0 | 64 | 0 | 65 | 63 | 32 |
| Octal | 121 | 376 | 1 | 104 | 0 | 144 | 0 | 145 | 143 | 62 |
| Binary | 1010001 | 11111110 | 1 | 1000100 | 0 | 1100100 | 0 | 1100101 | 1100011 | 110010 |
Color Harmonies of #51FE01
Complementary color
Monochromatic Colors of #51FE01
Black with #51FE01
Text Example
Text Example
White with #51FE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FE01; }
p { color: rgb(81,254,1); }
H1.HeaderClassName
{
color: #51FE01;
}
.AnyTagClassName
{
color: #51FE01;
}
</style>
background-color css
<style>
a { background-color: #51FE01; }
a { background-color: rgb(81,254,1); }
div.DivClassName
{
background-color: #51FE01;
}
.BgClassName
{
background-color: #51FE01;
}
</style>
border-color css
<style>
span { border-color: #51FE01; }
span { border-color: rgb(81,254,1); }
td.TdClassName
{
border-color: #51FE01;
}
.TagClassName
{
border-color: #51FE01;
}
</style>