Shades of Harlequin #50F12B
Tints of Harlequin #50F12B
RGB
CMYK
RGB Variations
Color information
#50F12B (or 0x50F12B) is known color: Harlequin. HEX triplet: 50, F1 and 2B. RGB value is (80,241,43). Sum of RGB (Red+Green+Blue) = 80+241+43=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #50F12B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F12B is #AF0ED4. Grayscale: #AAAAAA. Windows color (decimal): -11472597 or 2879824. OLE color: 2879824.
HSL color Cylindrical-coordinate representation of color #50F12B: hue angle of 108.79º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50F12B is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 43 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.05 |
| HSL | 108.79º | 0.88% | 0.56% | - |
| HSV(B) | 108.79º | 0.82% | 0.95% | - |
| XYZ | 35.2 | 64.79 | 12.94 | - |
| YUV | 170.29 | 56.16 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 43 | 0.67 | 0 | 0.82 | 0.05 | 108.79 | 0.88 | 0.56 |
| Hex | 50 | F1 | 2B | 43 | 0 | 52 | 5 | 6D | 58 | 38 |
| Octal | 120 | 361 | 53 | 103 | 0 | 122 | 5 | 155 | 130 | 70 |
| Binary | 1010000 | 11110001 | 101011 | 1000011 | 0 | 1010010 | 101 | 1101101 | 1011000 | 111000 |
Color Harmonies of #50F12B
Complementary color
Monochromatic Colors of #50F12B
Black with #50F12B
Text Example
Text Example
White with #50F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F12B; }
p { color: rgb(80,241,43); }
H1.HeaderClassName
{
color: #50F12B;
}
.AnyTagClassName
{
color: #50F12B;
}
</style>
background-color css
<style>
a { background-color: #50F12B; }
a { background-color: rgb(80,241,43); }
div.DivClassName
{
background-color: #50F12B;
}
.BgClassName
{
background-color: #50F12B;
}
</style>
border-color css
<style>
span { border-color: #50F12B; }
span { border-color: rgb(80,241,43); }
td.TdClassName
{
border-color: #50F12B;
}
.TagClassName
{
border-color: #50F12B;
}
</style>