Shades of Harlequin #50F426
Tints of Harlequin #50F426
RGB
CMYK
RGB Variations
Color information
#50F426 (or 0x50F426) is known color: Harlequin. HEX triplet: 50, F4 and 26. RGB value is (80,244,38). Sum of RGB (Red+Green+Blue) = 80+244+38=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 244 (95.70% from 255 or 67.40% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 244 - color contains mainly: green. Hex color #50F426 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F426 is #AF0BD9. Grayscale: #ACACAC. Windows color (decimal): -11471834 or 2552912. OLE color: 2552912.
HSL color Cylindrical-coordinate representation of color #50F426: hue angle of 107.77º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50F426 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 38 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.04 |
| HSL | 107.77º | 0.9% | 0.55% | - |
| HSV(B) | 107.77º | 0.84% | 0.96% | - |
| XYZ | 36.01 | 66.55 | 12.78 | - |
| YUV | 171.48 | 52.67 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 38 | 0.67 | 0 | 0.84 | 0.04 | 107.77 | 0.9 | 0.55 |
| Hex | 50 | F4 | 26 | 43 | 0 | 54 | 4 | 6C | 5A | 37 |
| Octal | 120 | 364 | 46 | 103 | 0 | 124 | 4 | 154 | 132 | 67 |
| Binary | 1010000 | 11110100 | 100110 | 1000011 | 0 | 1010100 | 100 | 1101100 | 1011010 | 110111 |
Color Harmonies of #50F426
Complementary color
Monochromatic Colors of #50F426
Black with #50F426
Text Example
Text Example
White with #50F426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F426; }
p { color: rgb(80,244,38); }
H1.HeaderClassName
{
color: #50F426;
}
.AnyTagClassName
{
color: #50F426;
}
</style>
background-color css
<style>
a { background-color: #50F426; }
a { background-color: rgb(80,244,38); }
div.DivClassName
{
background-color: #50F426;
}
.BgClassName
{
background-color: #50F426;
}
</style>
border-color css
<style>
span { border-color: #50F426; }
span { border-color: rgb(80,244,38); }
td.TdClassName
{
border-color: #50F426;
}
.TagClassName
{
border-color: #50F426;
}
</style>