Shades of Harlequin #50E90E
Tints of Harlequin #50E90E
RGB
CMYK
RGB Variations
Color information
#50E90E (or 0x50E90E) is known color: Harlequin. HEX triplet: 50, E9 and 0E. RGB value is (80,233,14). Sum of RGB (Red+Green+Blue) = 80+233+14=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 233 (91.41% from 255 or 71.25% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 233 - color contains mainly: green. Hex color #50E90E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E90E is #AF16F1. Grayscale: #A3A3A3. Windows color (decimal): -11474674 or 977232. OLE color: 977232.
HSL color Cylindrical-coordinate representation of color #50E90E: hue angle of 101.92º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50E90E is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 14 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.09 |
| HSL | 101.92º | 0.89% | 0.48% | - |
| HSV(B) | 101.92º | 0.94% | 0.91% | - |
| XYZ | 32.53 | 60.02 | 10.29 | - |
| YUV | 162.29 | 44.31 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 14 | 0.66 | 0 | 0.94 | 0.09 | 101.92 | 0.89 | 0.48 |
| Hex | 50 | E9 | E | 42 | 0 | 5E | 9 | 66 | 59 | 30 |
| Octal | 120 | 351 | 16 | 102 | 0 | 136 | 11 | 146 | 131 | 60 |
| Binary | 1010000 | 11101001 | 1110 | 1000010 | 0 | 1011110 | 1001 | 1100110 | 1011001 | 110000 |
Color Harmonies of #50E90E
Complementary color
Monochromatic Colors of #50E90E
Black with #50E90E
Text Example
Text Example
White with #50E90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E90E; }
p { color: rgb(80,233,14); }
H1.HeaderClassName
{
color: #50E90E;
}
.AnyTagClassName
{
color: #50E90E;
}
</style>
background-color css
<style>
a { background-color: #50E90E; }
a { background-color: rgb(80,233,14); }
div.DivClassName
{
background-color: #50E90E;
}
.BgClassName
{
background-color: #50E90E;
}
</style>
border-color css
<style>
span { border-color: #50E90E; }
span { border-color: rgb(80,233,14); }
td.TdClassName
{
border-color: #50E90E;
}
.TagClassName
{
border-color: #50E90E;
}
</style>