Shades of Harlequin #51EF0E
Tints of Harlequin #51EF0E
RGB
CMYK
RGB Variations
Color information
#51EF0E (or 0x51EF0E) is known color: Harlequin. HEX triplet: 51, EF and 0E. RGB value is (81,239,14). Sum of RGB (Red+Green+Blue) = 81+239+14=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 239 (93.75% from 255 or 71.56% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 239 - color contains mainly: green. Hex color #51EF0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51EF0E is #AE10F1. Grayscale: #A6A6A6. Windows color (decimal): -11407602 or 978769. OLE color: 978769.
HSL color Cylindrical-coordinate representation of color #51EF0E: hue angle of 102.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51EF0E is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 239 | 14 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.06 |
| HSL | 102.13º | 0.89% | 0.5% | - |
| HSV(B) | 102.13º | 0.94% | 0.94% | - |
| XYZ | 34.34 | 63.51 | 10.87 | - |
| YUV | 166.11 | 42.15 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 14 | 0.66 | 0 | 0.94 | 0.06 | 102.13 | 0.89 | 0.5 |
| Hex | 51 | EF | E | 42 | 0 | 5E | 6 | 66 | 59 | 32 |
| Octal | 121 | 357 | 16 | 102 | 0 | 136 | 6 | 146 | 131 | 62 |
| Binary | 1010001 | 11101111 | 1110 | 1000010 | 0 | 1011110 | 110 | 1100110 | 1011001 | 110010 |
Color Harmonies of #51EF0E
Complementary color
Monochromatic Colors of #51EF0E
Black with #51EF0E
Text Example
Text Example
White with #51EF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EF0E; }
p { color: rgb(81,239,14); }
H1.HeaderClassName
{
color: #51EF0E;
}
.AnyTagClassName
{
color: #51EF0E;
}
</style>
background-color css
<style>
a { background-color: #51EF0E; }
a { background-color: rgb(81,239,14); }
div.DivClassName
{
background-color: #51EF0E;
}
.BgClassName
{
background-color: #51EF0E;
}
</style>
border-color css
<style>
span { border-color: #51EF0E; }
span { border-color: rgb(81,239,14); }
td.TdClassName
{
border-color: #51EF0E;
}
.TagClassName
{
border-color: #51EF0E;
}
</style>