Shades of Harlequin #51FE28
Tints of Harlequin #51FE28
RGB
CMYK
RGB Variations
Color information
#51FE28 (or 0x51FE28) is known color: Harlequin. HEX triplet: 51, FE and 28. RGB value is (81,254,40). Sum of RGB (Red+Green+Blue) = 81+254+40=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #51FE28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51FE28 is #AE01D7. Grayscale: #B2B2B2. Windows color (decimal): -11403736 or 2686545. OLE color: 2686545.
HSL color Cylindrical-coordinate representation of color #51FE28: hue angle of 108.5º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51FE28 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 40 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.00 |
| HSL | 108.5º | 0.99% | 0.58% | - |
| HSV(B) | 108.5º | 0.84% | 1% | - |
| XYZ | 39.22 | 72.79 | 13.99 | - |
| YUV | 177.88 | 50.19 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 40 | 0.68 | 0 | 0.84 | 0.00 | 108.5 | 0.99 | 0.58 |
| Hex | 51 | FE | 28 | 44 | 0 | 54 | 0 | 6D | 63 | 3A |
| Octal | 121 | 376 | 50 | 104 | 0 | 124 | 0 | 155 | 143 | 72 |
| Binary | 1010001 | 11111110 | 101000 | 1000100 | 0 | 1010100 | 0 | 1101101 | 1100011 | 111010 |
Color Harmonies of #51FE28
Complementary color
Monochromatic Colors of #51FE28
Black with #51FE28
Text Example
Text Example
White with #51FE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FE28; }
p { color: rgb(81,254,40); }
H1.HeaderClassName
{
color: #51FE28;
}
.AnyTagClassName
{
color: #51FE28;
}
</style>
background-color css
<style>
a { background-color: #51FE28; }
a { background-color: rgb(81,254,40); }
div.DivClassName
{
background-color: #51FE28;
}
.BgClassName
{
background-color: #51FE28;
}
</style>
border-color css
<style>
span { border-color: #51FE28; }
span { border-color: rgb(81,254,40); }
td.TdClassName
{
border-color: #51FE28;
}
.TagClassName
{
border-color: #51FE28;
}
</style>