Shades of Harlequin #50F40F
Tints of Harlequin #50F40F
RGB
CMYK
RGB Variations
Color information
#50F40F (or 0x50F40F) is known color: Harlequin. HEX triplet: 50, F4 and 0F. RGB value is (80,244,15). Sum of RGB (Red+Green+Blue) = 80+244+15=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 244 (95.70% from 255 or 71.98% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 244 - color contains mainly: green. Hex color #50F40F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F40F is #AF0BF0. Grayscale: #A9A9A9. Windows color (decimal): -11471857 or 1045584. OLE color: 1045584.
HSL color Cylindrical-coordinate representation of color #50F40F: hue angle of 102.97º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50F40F is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 15 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.04 |
| HSL | 102.97º | 0.91% | 0.51% | - |
| HSV(B) | 102.97º | 0.94% | 0.96% | - |
| XYZ | 35.75 | 66.44 | 11.39 | - |
| YUV | 168.86 | 41.17 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 15 | 0.67 | 0 | 0.94 | 0.04 | 102.97 | 0.91 | 0.51 |
| Hex | 50 | F4 | F | 43 | 0 | 5E | 4 | 67 | 5B | 33 |
| Octal | 120 | 364 | 17 | 103 | 0 | 136 | 4 | 147 | 133 | 63 |
| Binary | 1010000 | 11110100 | 1111 | 1000011 | 0 | 1011110 | 100 | 1100111 | 1011011 | 110011 |
Color Harmonies of #50F40F
Complementary color
Monochromatic Colors of #50F40F
Black with #50F40F
Text Example
Text Example
White with #50F40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F40F; }
p { color: rgb(80,244,15); }
H1.HeaderClassName
{
color: #50F40F;
}
.AnyTagClassName
{
color: #50F40F;
}
</style>
background-color css
<style>
a { background-color: #50F40F; }
a { background-color: rgb(80,244,15); }
div.DivClassName
{
background-color: #50F40F;
}
.BgClassName
{
background-color: #50F40F;
}
</style>
border-color css
<style>
span { border-color: #50F40F; }
span { border-color: rgb(80,244,15); }
td.TdClassName
{
border-color: #50F40F;
}
.TagClassName
{
border-color: #50F40F;
}
</style>