Shades of Harlequin #50F709
Tints of Harlequin #50F709
RGB
CMYK
RGB Variations
Color information
#50F709 (or 0x50F709) is known color: Harlequin. HEX triplet: 50, F7 and 09. RGB value is (80,247,9). Sum of RGB (Red+Green+Blue) = 80+247+9=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 247 (96.88% from 255 or 73.51% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 247 - color contains mainly: green. Hex color #50F709 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F709 is #AF08F6. Grayscale: #AAAAAA. Windows color (decimal): -11471095 or 653136. OLE color: 653136.
HSL color Cylindrical-coordinate representation of color #50F709: hue angle of 102.1º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50F709 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 9 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.03 |
| HSL | 102.1º | 0.94% | 0.5% | - |
| HSV(B) | 102.1º | 0.96% | 0.97% | - |
| XYZ | 36.62 | 68.25 | 11.5 | - |
| YUV | 169.94 | 37.17 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 9 | 0.68 | 0 | 0.96 | 0.03 | 102.1 | 0.94 | 0.5 |
| Hex | 50 | F7 | 9 | 44 | 0 | 60 | 3 | 66 | 5E | 32 |
| Octal | 120 | 367 | 11 | 104 | 0 | 140 | 3 | 146 | 136 | 62 |
| Binary | 1010000 | 11110111 | 1001 | 1000100 | 0 | 1100000 | 11 | 1100110 | 1011110 | 110010 |
Color Harmonies of #50F709
Complementary color
Monochromatic Colors of #50F709
Black with #50F709
Text Example
Text Example
White with #50F709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F709; }
p { color: rgb(80,247,9); }
H1.HeaderClassName
{
color: #50F709;
}
.AnyTagClassName
{
color: #50F709;
}
</style>
background-color css
<style>
a { background-color: #50F709; }
a { background-color: rgb(80,247,9); }
div.DivClassName
{
background-color: #50F709;
}
.BgClassName
{
background-color: #50F709;
}
</style>
border-color css
<style>
span { border-color: #50F709; }
span { border-color: rgb(80,247,9); }
td.TdClassName
{
border-color: #50F709;
}
.TagClassName
{
border-color: #50F709;
}
</style>