Shades of Harlequin #51EF1E
Tints of Harlequin #51EF1E
RGB
CMYK
RGB Variations
Color information
#51EF1E (or 0x51EF1E) is known color: Harlequin. HEX triplet: 51, EF and 1E. RGB value is (81,239,30). Sum of RGB (Red+Green+Blue) = 81+239+30=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 239 (93.75% from 255 or 68.29% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 239 - color contains mainly: green. Hex color #51EF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51EF1E is #AE10E1. Grayscale: #A8A8A8. Windows color (decimal): -11407586 or 2027345. OLE color: 2027345.
HSL color Cylindrical-coordinate representation of color #51EF1E: hue angle of 105.36º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #51EF1E is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 239 | 30 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.06 |
| HSL | 105.36º | 0.87% | 0.53% | - |
| HSV(B) | 105.36º | 0.87% | 0.94% | - |
| XYZ | 34.49 | 63.58 | 11.68 | - |
| YUV | 167.93 | 50.15 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 30 | 0.66 | 0 | 0.87 | 0.06 | 105.36 | 0.87 | 0.53 |
| Hex | 51 | EF | 1E | 42 | 0 | 57 | 6 | 69 | 57 | 35 |
| Octal | 121 | 357 | 36 | 102 | 0 | 127 | 6 | 151 | 127 | 65 |
| Binary | 1010001 | 11101111 | 11110 | 1000010 | 0 | 1010111 | 110 | 1101001 | 1010111 | 110101 |
Color Harmonies of #51EF1E
Complementary color
Monochromatic Colors of #51EF1E
Black with #51EF1E
Text Example
Text Example
White with #51EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EF1E; }
p { color: rgb(81,239,30); }
H1.HeaderClassName
{
color: #51EF1E;
}
.AnyTagClassName
{
color: #51EF1E;
}
</style>
background-color css
<style>
a { background-color: #51EF1E; }
a { background-color: rgb(81,239,30); }
div.DivClassName
{
background-color: #51EF1E;
}
.BgClassName
{
background-color: #51EF1E;
}
</style>
border-color css
<style>
span { border-color: #51EF1E; }
span { border-color: rgb(81,239,30); }
td.TdClassName
{
border-color: #51EF1E;
}
.TagClassName
{
border-color: #51EF1E;
}
</style>