Shades of Harlequin #51F500
Tints of Harlequin #51F500
RGB
CMYK
RGB Variations
Color information
#51F500 (or 0x51F500) is known color: Harlequin. HEX triplet: 51, F5 and 00. RGB value is (81,245,0). Sum of RGB (Red+Green+Blue) = 81+245+0=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 245 (96.09% from 255 or 75.15% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 245 - color contains mainly: green. Hex color #51F500 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51F500 is #AE0AFF. Grayscale: #A8A8A8. Windows color (decimal): -11406080 or 62801. OLE color: 62801.
HSL color Cylindrical-coordinate representation of color #51F500: hue angle of 100.16º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51F500 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 245 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.04 |
| HSL | 100.16º | 1% | 0.48% | - |
| HSV(B) | 100.16º | 1% | 0.96% | - |
| XYZ | 36.05 | 67.05 | 11.04 | - |
| YUV | 168.03 | 33.17 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 245 | 0 | 0.67 | 0 | 1 | 0.04 | 100.16 | 1 | 0.48 |
| Hex | 51 | F5 | 0 | 43 | 0 | 64 | 4 | 64 | 64 | 30 |
| Octal | 121 | 365 | 0 | 103 | 0 | 144 | 4 | 144 | 144 | 60 |
| Binary | 1010001 | 11110101 | 0 | 1000011 | 0 | 1100100 | 100 | 1100100 | 1100100 | 110000 |
Color Harmonies of #51F500
Complementary color
Monochromatic Colors of #51F500
Black with #51F500
Text Example
Text Example
White with #51F500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F500; }
p { color: rgb(81,245,0); }
H1.HeaderClassName
{
color: #51F500;
}
.AnyTagClassName
{
color: #51F500;
}
</style>
background-color css
<style>
a { background-color: #51F500; }
a { background-color: rgb(81,245,0); }
div.DivClassName
{
background-color: #51F500;
}
.BgClassName
{
background-color: #51F500;
}
</style>
border-color css
<style>
span { border-color: #51F500; }
span { border-color: rgb(81,245,0); }
td.TdClassName
{
border-color: #51F500;
}
.TagClassName
{
border-color: #51F500;
}
</style>