Shades of Harlequin #50E908
Tints of Harlequin #50E908
RGB
CMYK
RGB Variations
Color information
#50E908 (or 0x50E908) is known color: Harlequin. HEX triplet: 50, E9 and 08. RGB value is (80,233,8). Sum of RGB (Red+Green+Blue) = 80+233+8=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 233 (91.41% from 255 or 72.59% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 233 - color contains mainly: green. Hex color #50E908 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E908 is #AF16F7. Grayscale: #A2A2A2. Windows color (decimal): -11474680 or 584016. OLE color: 584016.
HSL color Cylindrical-coordinate representation of color #50E908: hue angle of 100.8º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50E908 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 8 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.09 |
| HSL | 100.8º | 0.93% | 0.47% | - |
| HSV(B) | 100.8º | 0.97% | 0.91% | - |
| XYZ | 32.49 | 60 | 10.1 | - |
| YUV | 161.6 | 41.31 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 8 | 0.66 | 0 | 0.97 | 0.09 | 100.8 | 0.93 | 0.47 |
| Hex | 50 | E9 | 8 | 42 | 0 | 61 | 9 | 65 | 5D | 2F |
| Octal | 120 | 351 | 10 | 102 | 0 | 141 | 11 | 145 | 135 | 57 |
| Binary | 1010000 | 11101001 | 1000 | 1000010 | 0 | 1100001 | 1001 | 1100101 | 1011101 | 101111 |
Color Harmonies of #50E908
Complementary color
Monochromatic Colors of #50E908
Black with #50E908
Text Example
Text Example
White with #50E908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E908; }
p { color: rgb(80,233,8); }
H1.HeaderClassName
{
color: #50E908;
}
.AnyTagClassName
{
color: #50E908;
}
</style>
background-color css
<style>
a { background-color: #50E908; }
a { background-color: rgb(80,233,8); }
div.DivClassName
{
background-color: #50E908;
}
.BgClassName
{
background-color: #50E908;
}
</style>
border-color css
<style>
span { border-color: #50E908; }
span { border-color: rgb(80,233,8); }
td.TdClassName
{
border-color: #50E908;
}
.TagClassName
{
border-color: #50E908;
}
</style>