Shades of Harlequin #50E001
Tints of Harlequin #50E001
RGB
CMYK
RGB Variations
Color information
#50E001 (or 0x50E001) is known color: Harlequin. HEX triplet: 50, E0 and 01. RGB value is (80,224,1). Sum of RGB (Red+Green+Blue) = 80+224+1=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #50E001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E001 is #AF1FFE. Grayscale: #9C9C9C. Windows color (decimal): -11476991 or 122960. OLE color: 122960.
HSL color Cylindrical-coordinate representation of color #50E001: hue angle of 98.74º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50E001 is Cyan = 0.64, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 224 | 1 | - |
| CMYK | 0.64 | 0 | 1.00 | 0.12 |
| HSL | 98.74º | 0.99% | 0.44% | - |
| HSV(B) | 98.74º | 1% | 0.88% | - |
| XYZ | 29.97 | 55.02 | 9.07 | - |
| YUV | 155.52 | 40.79 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 1 | 0.64 | 0 | 1.00 | 0.12 | 98.74 | 0.99 | 0.44 |
| Hex | 50 | E0 | 1 | 40 | 0 | 64 | C | 63 | 63 | 2C |
| Octal | 120 | 340 | 1 | 100 | 0 | 144 | 14 | 143 | 143 | 54 |
| Binary | 1010000 | 11100000 | 1 | 1000000 | 0 | 1100100 | 1100 | 1100011 | 1100011 | 101100 |
Color Harmonies of #50E001
Complementary color
Monochromatic Colors of #50E001
Black with #50E001
Text Example
Text Example
White with #50E001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E001; }
p { color: rgb(80,224,1); }
H1.HeaderClassName
{
color: #50E001;
}
.AnyTagClassName
{
color: #50E001;
}
</style>
background-color css
<style>
a { background-color: #50E001; }
a { background-color: rgb(80,224,1); }
div.DivClassName
{
background-color: #50E001;
}
.BgClassName
{
background-color: #50E001;
}
</style>
border-color css
<style>
span { border-color: #50E001; }
span { border-color: rgb(80,224,1); }
td.TdClassName
{
border-color: #50E001;
}
.TagClassName
{
border-color: #50E001;
}
</style>