Shades of Harlequin #50EF1E
Tints of Harlequin #50EF1E
RGB
CMYK
RGB Variations
Color information
#50EF1E (or 0x50EF1E) is known color: Harlequin. HEX triplet: 50, EF and 1E. RGB value is (80,239,30). Sum of RGB (Red+Green+Blue) = 80+239+30=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 239 (93.75% from 255 or 68.48% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EF1E is #AF10E1. Grayscale: #A8A8A8. Windows color (decimal): -11473122 or 2027344. OLE color: 2027344.
HSL color Cylindrical-coordinate representation of color #50EF1E: hue angle of 105.65º 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 #50EF1E is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 30 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.06 |
| HSL | 105.65º | 0.87% | 0.53% | - |
| HSV(B) | 105.65º | 0.87% | 0.94% | - |
| XYZ | 34.41 | 63.53 | 11.68 | - |
| YUV | 167.63 | 50.32 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 30 | 0.67 | 0 | 0.87 | 0.06 | 105.65 | 0.87 | 0.53 |
| Hex | 50 | EF | 1E | 43 | 0 | 57 | 6 | 6A | 57 | 35 |
| Octal | 120 | 357 | 36 | 103 | 0 | 127 | 6 | 152 | 127 | 65 |
| Binary | 1010000 | 11101111 | 11110 | 1000011 | 0 | 1010111 | 110 | 1101010 | 1010111 | 110101 |
Color Harmonies of #50EF1E
Complementary color
Monochromatic Colors of #50EF1E
Black with #50EF1E
Text Example
Text Example
White with #50EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EF1E; }
p { color: rgb(80,239,30); }
H1.HeaderClassName
{
color: #50EF1E;
}
.AnyTagClassName
{
color: #50EF1E;
}
</style>
background-color css
<style>
a { background-color: #50EF1E; }
a { background-color: rgb(80,239,30); }
div.DivClassName
{
background-color: #50EF1E;
}
.BgClassName
{
background-color: #50EF1E;
}
</style>
border-color css
<style>
span { border-color: #50EF1E; }
span { border-color: rgb(80,239,30); }
td.TdClassName
{
border-color: #50EF1E;
}
.TagClassName
{
border-color: #50EF1E;
}
</style>