Shades of Harlequin #50F42B
Tints of Harlequin #50F42B
RGB
CMYK
RGB Variations
Color information
#50F42B (or 0x50F42B) is known color: Harlequin. HEX triplet: 50, F4 and 2B. RGB value is (80,244,43). Sum of RGB (Red+Green+Blue) = 80+244+43=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #50F42B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F42B is #AF0BD4. Grayscale: #ACACAC. Windows color (decimal): -11471829 or 2880592. OLE color: 2880592.
HSL color Cylindrical-coordinate representation of color #50F42B: hue angle of 108.96º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50F42B is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 43 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.04 |
| HSL | 108.96º | 0.9% | 0.56% | - |
| HSV(B) | 108.96º | 0.82% | 0.96% | - |
| XYZ | 36.1 | 66.58 | 13.23 | - |
| YUV | 172.05 | 55.17 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 43 | 0.67 | 0 | 0.82 | 0.04 | 108.96 | 0.9 | 0.56 |
| Hex | 50 | F4 | 2B | 43 | 0 | 52 | 4 | 6D | 5A | 38 |
| Octal | 120 | 364 | 53 | 103 | 0 | 122 | 4 | 155 | 132 | 70 |
| Binary | 1010000 | 11110100 | 101011 | 1000011 | 0 | 1010010 | 100 | 1101101 | 1011010 | 111000 |
Color Harmonies of #50F42B
Complementary color
Monochromatic Colors of #50F42B
Black with #50F42B
Text Example
Text Example
White with #50F42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F42B; }
p { color: rgb(80,244,43); }
H1.HeaderClassName
{
color: #50F42B;
}
.AnyTagClassName
{
color: #50F42B;
}
</style>
background-color css
<style>
a { background-color: #50F42B; }
a { background-color: rgb(80,244,43); }
div.DivClassName
{
background-color: #50F42B;
}
.BgClassName
{
background-color: #50F42B;
}
</style>
border-color css
<style>
span { border-color: #50F42B; }
span { border-color: rgb(80,244,43); }
td.TdClassName
{
border-color: #50F42B;
}
.TagClassName
{
border-color: #50F42B;
}
</style>