Shades of Harlequin #51FE12
Tints of Harlequin #51FE12
RGB
CMYK
RGB Variations
Color information
#51FE12 (or 0x51FE12) is known color: Harlequin. HEX triplet: 51, FE and 12. RGB value is (81,254,18). Sum of RGB (Red+Green+Blue) = 81+254+18=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 254 (99.61% from 255 or 71.95% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 254 - color contains mainly: green. Hex color #51FE12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51FE12 is #AE01ED. Grayscale: #B0B0B0. Windows color (decimal): -11403758 or 1244753. OLE color: 1244753.
HSL color Cylindrical-coordinate representation of color #51FE12: hue angle of 103.98º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #51FE12 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 18 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.00 |
| HSL | 103.98º | 0.99% | 0.53% | - |
| HSV(B) | 103.98º | 0.93% | 1% | - |
| XYZ | 38.94 | 72.68 | 12.55 | - |
| YUV | 175.37 | 39.19 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 18 | 0.68 | 0 | 0.93 | 0.00 | 103.98 | 0.99 | 0.53 |
| Hex | 51 | FE | 12 | 44 | 0 | 5D | 0 | 68 | 63 | 35 |
| Octal | 121 | 376 | 22 | 104 | 0 | 135 | 0 | 150 | 143 | 65 |
| Binary | 1010001 | 11111110 | 10010 | 1000100 | 0 | 1011101 | 0 | 1101000 | 1100011 | 110101 |
Color Harmonies of #51FE12
Complementary color
Monochromatic Colors of #51FE12
Black with #51FE12
Text Example
Text Example
White with #51FE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FE12; }
p { color: rgb(81,254,18); }
H1.HeaderClassName
{
color: #51FE12;
}
.AnyTagClassName
{
color: #51FE12;
}
</style>
background-color css
<style>
a { background-color: #51FE12; }
a { background-color: rgb(81,254,18); }
div.DivClassName
{
background-color: #51FE12;
}
.BgClassName
{
background-color: #51FE12;
}
</style>
border-color css
<style>
span { border-color: #51FE12; }
span { border-color: rgb(81,254,18); }
td.TdClassName
{
border-color: #51FE12;
}
.TagClassName
{
border-color: #51FE12;
}
</style>