Shades of Harlequin #50F82B
Tints of Harlequin #50F82B
RGB
CMYK
RGB Variations
Color information
#50F82B (or 0x50F82B) is known color: Harlequin. HEX triplet: 50, F8 and 2B. RGB value is (80,248,43). Sum of RGB (Red+Green+Blue) = 80+248+43=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #50F82B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F82B is #AF07D4. Grayscale: #AFAFAF. Windows color (decimal): -11470805 or 2881616. OLE color: 2881616.
HSL color Cylindrical-coordinate representation of color #50F82B: hue angle of 109.17º degrees, saturation: 0.94, 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 #50F82B is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 248 | 43 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.03 |
| HSL | 109.17º | 0.94% | 0.57% | - |
| HSV(B) | 109.17º | 0.83% | 0.97% | - |
| XYZ | 37.31 | 69.01 | 13.64 | - |
| YUV | 174.4 | 53.84 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 248 | 43 | 0.68 | 0 | 0.83 | 0.03 | 109.17 | 0.94 | 0.57 |
| Hex | 50 | F8 | 2B | 44 | 0 | 53 | 3 | 6D | 5E | 39 |
| Octal | 120 | 370 | 53 | 104 | 0 | 123 | 3 | 155 | 136 | 71 |
| Binary | 1010000 | 11111000 | 101011 | 1000100 | 0 | 1010011 | 11 | 1101101 | 1011110 | 111001 |
Color Harmonies of #50F82B
Complementary color
Monochromatic Colors of #50F82B
Black with #50F82B
Text Example
Text Example
White with #50F82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F82B; }
p { color: rgb(80,248,43); }
H1.HeaderClassName
{
color: #50F82B;
}
.AnyTagClassName
{
color: #50F82B;
}
</style>
background-color css
<style>
a { background-color: #50F82B; }
a { background-color: rgb(80,248,43); }
div.DivClassName
{
background-color: #50F82B;
}
.BgClassName
{
background-color: #50F82B;
}
</style>
border-color css
<style>
span { border-color: #50F82B; }
span { border-color: rgb(80,248,43); }
td.TdClassName
{
border-color: #50F82B;
}
.TagClassName
{
border-color: #50F82B;
}
</style>