Shades of Harlequin #50F600
Tints of Harlequin #50F600
RGB
CMYK
RGB Variations
Color information
#50F600 (or 0x50F600) is known color: Harlequin. HEX triplet: 50, F6 and 00. RGB value is (80,246,0). Sum of RGB (Red+Green+Blue) = 80+246+0=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 246 (96.48% from 255 or 75.46% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 246 - color contains mainly: green. Hex color #50F600 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F600 is #AF09FF. Grayscale: #A9A9A9. Windows color (decimal): -11471360 or 63056. OLE color: 63056.
HSL color Cylindrical-coordinate representation of color #50F600: hue angle of 100.49º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50F600 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 246 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.04 |
| HSL | 100.49º | 1% | 0.48% | - |
| HSV(B) | 100.49º | 1% | 0.96% | - |
| XYZ | 36.26 | 67.62 | 11.14 | - |
| YUV | 168.32 | 33 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 246 | 0 | 0.67 | 0 | 1 | 0.04 | 100.49 | 1 | 0.48 |
| Hex | 50 | F6 | 0 | 43 | 0 | 64 | 4 | 64 | 64 | 30 |
| Octal | 120 | 366 | 0 | 103 | 0 | 144 | 4 | 144 | 144 | 60 |
| Binary | 1010000 | 11110110 | 0 | 1000011 | 0 | 1100100 | 100 | 1100100 | 1100100 | 110000 |
Color Harmonies of #50F600
Complementary color
Monochromatic Colors of #50F600
Black with #50F600
Text Example
Text Example
White with #50F600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F600; }
p { color: rgb(80,246,0); }
H1.HeaderClassName
{
color: #50F600;
}
.AnyTagClassName
{
color: #50F600;
}
</style>
background-color css
<style>
a { background-color: #50F600; }
a { background-color: rgb(80,246,0); }
div.DivClassName
{
background-color: #50F600;
}
.BgClassName
{
background-color: #50F600;
}
</style>
border-color css
<style>
span { border-color: #50F600; }
span { border-color: rgb(80,246,0); }
td.TdClassName
{
border-color: #50F600;
}
.TagClassName
{
border-color: #50F600;
}
</style>