Shades of Harlequin #51FF0F
Tints of Harlequin #51FF0F
RGB
CMYK
RGB Variations
Color information
#51FF0F (or 0x51FF0F) is known color: Harlequin. HEX triplet: 51, FF and 0F. RGB value is (81,255,15). Sum of RGB (Red+Green+Blue) = 81+255+15=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #51FF0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51FF0F is #AE00F0. Grayscale: #B0B0B0. Windows color (decimal): -11403505 or 1048401. OLE color: 1048401.
HSL color Cylindrical-coordinate representation of color #51FF0F: hue angle of 103.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51FF0F is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 15 | - |
| CMYK | 0.68 | 0 | 0.94 | 0 |
| HSL | 103.5º | 1% | 0.53% | - |
| HSV(B) | 103.5º | 0.94% | 1% | - |
| XYZ | 39.24 | 73.3 | 12.53 | - |
| YUV | 175.61 | 37.35 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 15 | 0.68 | 0 | 0.94 | 0 | 103.5 | 1 | 0.53 |
| Hex | 51 | FF | F | 44 | 0 | 5E | 0 | 68 | 64 | 35 |
| Octal | 121 | 377 | 17 | 104 | 0 | 136 | 0 | 150 | 144 | 65 |
| Binary | 1010001 | 11111111 | 1111 | 1000100 | 0 | 1011110 | 0 | 1101000 | 1100100 | 110101 |
Color Harmonies of #51FF0F
Complementary color
Monochromatic Colors of #51FF0F
Black with #51FF0F
Text Example
Text Example
White with #51FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FF0F; }
p { color: rgb(81,255,15); }
H1.HeaderClassName
{
color: #51FF0F;
}
.AnyTagClassName
{
color: #51FF0F;
}
</style>
background-color css
<style>
a { background-color: #51FF0F; }
a { background-color: rgb(81,255,15); }
div.DivClassName
{
background-color: #51FF0F;
}
.BgClassName
{
background-color: #51FF0F;
}
</style>
border-color css
<style>
span { border-color: #51FF0F; }
span { border-color: rgb(81,255,15); }
td.TdClassName
{
border-color: #51FF0F;
}
.TagClassName
{
border-color: #51FF0F;
}
</style>