Shades of Harlequin #50F72A
Tints of Harlequin #50F72A
RGB
CMYK
RGB Variations
Color information
#50F72A (or 0x50F72A) is known color: Harlequin. HEX triplet: 50, F7 and 2A. RGB value is (80,247,42). Sum of RGB (Red+Green+Blue) = 80+247+42=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 247 (96.88% from 255 or 66.94% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 247 - color contains mainly: green. Hex color #50F72A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F72A is #AF08D5. Grayscale: #AEAEAE. Windows color (decimal): -11471062 or 2815824. OLE color: 2815824.
HSL color Cylindrical-coordinate representation of color #50F72A: hue angle of 108.88º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50F72A is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 42 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.03 |
| HSL | 108.88º | 0.93% | 0.57% | - |
| HSV(B) | 108.88º | 0.83% | 0.97% | - |
| XYZ | 36.99 | 68.39 | 13.44 | - |
| YUV | 173.7 | 53.67 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 42 | 0.68 | 0 | 0.83 | 0.03 | 108.88 | 0.93 | 0.57 |
| Hex | 50 | F7 | 2A | 44 | 0 | 53 | 3 | 6D | 5D | 39 |
| Octal | 120 | 367 | 52 | 104 | 0 | 123 | 3 | 155 | 135 | 71 |
| Binary | 1010000 | 11110111 | 101010 | 1000100 | 0 | 1010011 | 11 | 1101101 | 1011101 | 111001 |
Color Harmonies of #50F72A
Complementary color
Monochromatic Colors of #50F72A
Black with #50F72A
Text Example
Text Example
White with #50F72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F72A; }
p { color: rgb(80,247,42); }
H1.HeaderClassName
{
color: #50F72A;
}
.AnyTagClassName
{
color: #50F72A;
}
</style>
background-color css
<style>
a { background-color: #50F72A; }
a { background-color: rgb(80,247,42); }
div.DivClassName
{
background-color: #50F72A;
}
.BgClassName
{
background-color: #50F72A;
}
</style>
border-color css
<style>
span { border-color: #50F72A; }
span { border-color: rgb(80,247,42); }
td.TdClassName
{
border-color: #50F72A;
}
.TagClassName
{
border-color: #50F72A;
}
</style>