Shades of Harlequin #50EC23
Tints of Harlequin #50EC23
RGB
CMYK
RGB Variations
Color information
#50EC23 (or 0x50EC23) is known color: Harlequin. HEX triplet: 50, EC and 23. RGB value is (80,236,35). Sum of RGB (Red+Green+Blue) = 80+236+35=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 236 (92.58% from 255 or 67.24% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 236 - color contains mainly: green. Hex color #50EC23 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EC23 is #AF13DC. Grayscale: #A7A7A7. Windows color (decimal): -11473885 or 2354256. OLE color: 2354256.
HSL color Cylindrical-coordinate representation of color #50EC23: hue angle of 106.57º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50EC23 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 35 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.07 |
| HSL | 106.57º | 0.84% | 0.53% | - |
| HSV(B) | 106.57º | 0.85% | 0.93% | - |
| XYZ | 33.61 | 61.82 | 11.75 | - |
| YUV | 166.44 | 53.82 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 35 | 0.66 | 0 | 0.85 | 0.07 | 106.57 | 0.84 | 0.53 |
| Hex | 50 | EC | 23 | 42 | 0 | 55 | 7 | 6B | 54 | 35 |
| Octal | 120 | 354 | 43 | 102 | 0 | 125 | 7 | 153 | 124 | 65 |
| Binary | 1010000 | 11101100 | 100011 | 1000010 | 0 | 1010101 | 111 | 1101011 | 1010100 | 110101 |
Color Harmonies of #50EC23
Complementary color
Monochromatic Colors of #50EC23
Black with #50EC23
Text Example
Text Example
White with #50EC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EC23; }
p { color: rgb(80,236,35); }
H1.HeaderClassName
{
color: #50EC23;
}
.AnyTagClassName
{
color: #50EC23;
}
</style>
background-color css
<style>
a { background-color: #50EC23; }
a { background-color: rgb(80,236,35); }
div.DivClassName
{
background-color: #50EC23;
}
.BgClassName
{
background-color: #50EC23;
}
</style>
border-color css
<style>
span { border-color: #50EC23; }
span { border-color: rgb(80,236,35); }
td.TdClassName
{
border-color: #50EC23;
}
.TagClassName
{
border-color: #50EC23;
}
</style>