Shades of Harlequin #50E905
Tints of Harlequin #50E905
RGB
CMYK
RGB Variations
Color information
#50E905 (or 0x50E905) is known color: Harlequin. HEX triplet: 50, E9 and 05. RGB value is (80,233,5). Sum of RGB (Red+Green+Blue) = 80+233+5=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 233 (91.41% from 255 or 73.27% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 233 - color contains mainly: green. Hex color #50E905 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E905 is #AF16FA. Grayscale: #A2A2A2. Windows color (decimal): -11474683 or 387408. OLE color: 387408.
HSL color Cylindrical-coordinate representation of color #50E905: hue angle of 100.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50E905 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.09 |
| HSL | 100.26º | 0.96% | 0.47% | - |
| HSV(B) | 100.26º | 0.98% | 0.91% | - |
| XYZ | 32.47 | 59.99 | 10.01 | - |
| YUV | 161.26 | 39.81 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 5 | 0.66 | 0 | 0.98 | 0.09 | 100.26 | 0.96 | 0.47 |
| Hex | 50 | E9 | 5 | 42 | 0 | 62 | 9 | 64 | 60 | 2F |
| Octal | 120 | 351 | 5 | 102 | 0 | 142 | 11 | 144 | 140 | 57 |
| Binary | 1010000 | 11101001 | 101 | 1000010 | 0 | 1100010 | 1001 | 1100100 | 1100000 | 101111 |
Color Harmonies of #50E905
Complementary color
Monochromatic Colors of #50E905
Black with #50E905
Text Example
Text Example
White with #50E905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E905; }
p { color: rgb(80,233,5); }
H1.HeaderClassName
{
color: #50E905;
}
.AnyTagClassName
{
color: #50E905;
}
</style>
background-color css
<style>
a { background-color: #50E905; }
a { background-color: rgb(80,233,5); }
div.DivClassName
{
background-color: #50E905;
}
.BgClassName
{
background-color: #50E905;
}
</style>
border-color css
<style>
span { border-color: #50E905; }
span { border-color: rgb(80,233,5); }
td.TdClassName
{
border-color: #50E905;
}
.TagClassName
{
border-color: #50E905;
}
</style>