Shades of Harlequin #50FE1B
Tints of Harlequin #50FE1B
RGB
CMYK
RGB Variations
Color information
#50FE1B (or 0x50FE1B) is known color: Harlequin. HEX triplet: 50, FE and 1B. RGB value is (80,254,27). Sum of RGB (Red+Green+Blue) = 80+254+27=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 254 (99.61% from 255 or 70.36% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FE1B is #AF01E4. Grayscale: #B0B0B0. Windows color (decimal): -11469285 or 1834576. OLE color: 1834576.
HSL color Cylindrical-coordinate representation of color #50FE1B: hue angle of 105.99º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50FE1B is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 27 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.00 |
| HSL | 105.99º | 0.99% | 0.55% | - |
| HSV(B) | 105.99º | 0.89% | 1% | - |
| XYZ | 38.95 | 72.67 | 13.01 | - |
| YUV | 176.1 | 43.85 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 27 | 0.69 | 0 | 0.89 | 0.00 | 105.99 | 0.99 | 0.55 |
| Hex | 50 | FE | 1B | 45 | 0 | 59 | 0 | 6A | 63 | 37 |
| Octal | 120 | 376 | 33 | 105 | 0 | 131 | 0 | 152 | 143 | 67 |
| Binary | 1010000 | 11111110 | 11011 | 1000101 | 0 | 1011001 | 0 | 1101010 | 1100011 | 110111 |
Color Harmonies of #50FE1B
Complementary color
Monochromatic Colors of #50FE1B
Black with #50FE1B
Text Example
Text Example
White with #50FE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FE1B; }
p { color: rgb(80,254,27); }
H1.HeaderClassName
{
color: #50FE1B;
}
.AnyTagClassName
{
color: #50FE1B;
}
</style>
background-color css
<style>
a { background-color: #50FE1B; }
a { background-color: rgb(80,254,27); }
div.DivClassName
{
background-color: #50FE1B;
}
.BgClassName
{
background-color: #50FE1B;
}
</style>
border-color css
<style>
span { border-color: #50FE1B; }
span { border-color: rgb(80,254,27); }
td.TdClassName
{
border-color: #50FE1B;
}
.TagClassName
{
border-color: #50FE1B;
}
</style>