Shades of Harlequin #50E907
Tints of Harlequin #50E907
RGB
CMYK
RGB Variations
Color information
#50E907 (or 0x50E907) is known color: Harlequin. HEX triplet: 50, E9 and 07. RGB value is (80,233,7). Sum of RGB (Red+Green+Blue) = 80+233+7=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 233 (91.41% from 255 or 72.81% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 233 - color contains mainly: green. Hex color #50E907 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50E907 is #AF16F8. Grayscale: #A2A2A2. Windows color (decimal): -11474681 or 518480. OLE color: 518480.
HSL color Cylindrical-coordinate representation of color #50E907: hue angle of 100.62º degrees, saturation: 0.94, 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 #50E907 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 7 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.09 |
| HSL | 100.62º | 0.94% | 0.47% | - |
| HSV(B) | 100.62º | 0.97% | 0.91% | - |
| XYZ | 32.49 | 60 | 10.07 | - |
| YUV | 161.49 | 40.81 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 7 | 0.66 | 0 | 0.97 | 0.09 | 100.62 | 0.94 | 0.47 |
| Hex | 50 | E9 | 7 | 42 | 0 | 61 | 9 | 65 | 5E | 2F |
| Octal | 120 | 351 | 7 | 102 | 0 | 141 | 11 | 145 | 136 | 57 |
| Binary | 1010000 | 11101001 | 111 | 1000010 | 0 | 1100001 | 1001 | 1100101 | 1011110 | 101111 |
Color Harmonies of #50E907
Complementary color
Monochromatic Colors of #50E907
Black with #50E907
Text Example
Text Example
White with #50E907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E907; }
p { color: rgb(80,233,7); }
H1.HeaderClassName
{
color: #50E907;
}
.AnyTagClassName
{
color: #50E907;
}
</style>
background-color css
<style>
a { background-color: #50E907; }
a { background-color: rgb(80,233,7); }
div.DivClassName
{
background-color: #50E907;
}
.BgClassName
{
background-color: #50E907;
}
</style>
border-color css
<style>
span { border-color: #50E907; }
span { border-color: rgb(80,233,7); }
td.TdClassName
{
border-color: #50E907;
}
.TagClassName
{
border-color: #50E907;
}
</style>