Shades of Harlequin #50EB0B
Tints of Harlequin #50EB0B
RGB
CMYK
RGB Variations
Color information
#50EB0B (or 0x50EB0B) is known color: Harlequin. HEX triplet: 50, EB and 0B. RGB value is (80,235,11). Sum of RGB (Red+Green+Blue) = 80+235+11=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 235 (92.19% from 255 or 72.09% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EB0B is #AF14F4. Grayscale: #A3A3A3. Windows color (decimal): -11474165 or 781136. OLE color: 781136.
HSL color Cylindrical-coordinate representation of color #50EB0B: hue angle of 101.52º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50EB0B is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 11 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.08 |
| HSL | 101.52º | 0.91% | 0.48% | - |
| HSV(B) | 101.52º | 0.95% | 0.92% | - |
| XYZ | 33.08 | 61.15 | 10.38 | - |
| YUV | 163.12 | 42.15 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 11 | 0.66 | 0 | 0.95 | 0.08 | 101.52 | 0.91 | 0.48 |
| Hex | 50 | EB | B | 42 | 0 | 5F | 8 | 66 | 5B | 30 |
| Octal | 120 | 353 | 13 | 102 | 0 | 137 | 10 | 146 | 133 | 60 |
| Binary | 1010000 | 11101011 | 1011 | 1000010 | 0 | 1011111 | 1000 | 1100110 | 1011011 | 110000 |
Color Harmonies of #50EB0B
Complementary color
Monochromatic Colors of #50EB0B
Black with #50EB0B
Text Example
Text Example
White with #50EB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EB0B; }
p { color: rgb(80,235,11); }
H1.HeaderClassName
{
color: #50EB0B;
}
.AnyTagClassName
{
color: #50EB0B;
}
</style>
background-color css
<style>
a { background-color: #50EB0B; }
a { background-color: rgb(80,235,11); }
div.DivClassName
{
background-color: #50EB0B;
}
.BgClassName
{
background-color: #50EB0B;
}
</style>
border-color css
<style>
span { border-color: #50EB0B; }
span { border-color: rgb(80,235,11); }
td.TdClassName
{
border-color: #50EB0B;
}
.TagClassName
{
border-color: #50EB0B;
}
</style>