Shades of Harlequin #50F90B
Tints of Harlequin #50F90B
RGB
CMYK
RGB Variations
Color information
#50F90B (or 0x50F90B) is known color: Harlequin. HEX triplet: 50, F9 and 0B. RGB value is (80,249,11). Sum of RGB (Red+Green+Blue) = 80+249+11=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 249 (97.66% from 255 or 73.24% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 249 - color contains mainly: green. Hex color #50F90B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F90B is #AF06F4. Grayscale: #ACACAC. Windows color (decimal): -11470581 or 784720. OLE color: 784720.
HSL color Cylindrical-coordinate representation of color #50F90B: hue angle of 102.61º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50F90B is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 11 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.02 |
| HSL | 102.61º | 0.95% | 0.51% | - |
| HSV(B) | 102.61º | 0.96% | 0.98% | - |
| XYZ | 37.24 | 69.48 | 11.76 | - |
| YUV | 171.34 | 37.51 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 11 | 0.68 | 0 | 0.96 | 0.02 | 102.61 | 0.95 | 0.51 |
| Hex | 50 | F9 | B | 44 | 0 | 60 | 2 | 67 | 5F | 33 |
| Octal | 120 | 371 | 13 | 104 | 0 | 140 | 2 | 147 | 137 | 63 |
| Binary | 1010000 | 11111001 | 1011 | 1000100 | 0 | 1100000 | 10 | 1100111 | 1011111 | 110011 |
Color Harmonies of #50F90B
Complementary color
Monochromatic Colors of #50F90B
Black with #50F90B
Text Example
Text Example
White with #50F90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F90B; }
p { color: rgb(80,249,11); }
H1.HeaderClassName
{
color: #50F90B;
}
.AnyTagClassName
{
color: #50F90B;
}
</style>
background-color css
<style>
a { background-color: #50F90B; }
a { background-color: rgb(80,249,11); }
div.DivClassName
{
background-color: #50F90B;
}
.BgClassName
{
background-color: #50F90B;
}
</style>
border-color css
<style>
span { border-color: #50F90B; }
span { border-color: rgb(80,249,11); }
td.TdClassName
{
border-color: #50F90B;
}
.TagClassName
{
border-color: #50F90B;
}
</style>