Shades of Harlequin #50E915
Tints of Harlequin #50E915
RGB
CMYK
RGB Variations
Color information
#50E915 (or 0x50E915) is known color: Harlequin. HEX triplet: 50, E9 and 15. RGB value is (80,233,21). Sum of RGB (Red+Green+Blue) = 80+233+21=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 233 (91.41% from 255 or 69.76% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 233 - color contains mainly: green. Hex color #50E915 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E915 is #AF16EA. Grayscale: #A3A3A3. Windows color (decimal): -11474667 or 1435984. OLE color: 1435984.
HSL color Cylindrical-coordinate representation of color #50E915: hue angle of 103.3º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50E915 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 21 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.09 |
| HSL | 103.3º | 0.83% | 0.5% | - |
| HSV(B) | 103.3º | 0.91% | 0.91% | - |
| XYZ | 32.58 | 60.04 | 10.58 | - |
| YUV | 163.09 | 47.81 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 21 | 0.66 | 0 | 0.91 | 0.09 | 103.3 | 0.83 | 0.5 |
| Hex | 50 | E9 | 15 | 42 | 0 | 5B | 9 | 67 | 53 | 32 |
| Octal | 120 | 351 | 25 | 102 | 0 | 133 | 11 | 147 | 123 | 62 |
| Binary | 1010000 | 11101001 | 10101 | 1000010 | 0 | 1011011 | 1001 | 1100111 | 1010011 | 110010 |
Color Harmonies of #50E915
Complementary color
Monochromatic Colors of #50E915
Black with #50E915
Text Example
Text Example
White with #50E915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E915; }
p { color: rgb(80,233,21); }
H1.HeaderClassName
{
color: #50E915;
}
.AnyTagClassName
{
color: #50E915;
}
</style>
background-color css
<style>
a { background-color: #50E915; }
a { background-color: rgb(80,233,21); }
div.DivClassName
{
background-color: #50E915;
}
.BgClassName
{
background-color: #50E915;
}
</style>
border-color css
<style>
span { border-color: #50E915; }
span { border-color: rgb(80,233,21); }
td.TdClassName
{
border-color: #50E915;
}
.TagClassName
{
border-color: #50E915;
}
</style>