Shades of Harlequin #50DE04
Tints of Harlequin #50DE04
RGB
CMYK
RGB Variations
Color information
#50DE04 (or 0x50DE04) is known color: Harlequin. HEX triplet: 50, DE and 04. RGB value is (80,222,4). Sum of RGB (Red+Green+Blue) = 80+222+4=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DE04 is #AF21FB. Grayscale: #9B9B9B. Windows color (decimal): -11477500 or 319056. OLE color: 319056.
HSL color Cylindrical-coordinate representation of color #50DE04: hue angle of 99.08º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50DE04 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 222 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.13 |
| HSL | 99.08º | 0.96% | 0.44% | - |
| HSV(B) | 99.08º | 0.98% | 0.87% | - |
| XYZ | 29.45 | 53.96 | 8.98 | - |
| YUV | 154.69 | 42.96 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 4 | 0.64 | 0 | 0.98 | 0.13 | 99.08 | 0.96 | 0.44 |
| Hex | 50 | DE | 4 | 40 | 0 | 62 | D | 63 | 60 | 2C |
| Octal | 120 | 336 | 4 | 100 | 0 | 142 | 15 | 143 | 140 | 54 |
| Binary | 1010000 | 11011110 | 100 | 1000000 | 0 | 1100010 | 1101 | 1100011 | 1100000 | 101100 |
Color Harmonies of #50DE04
Complementary color
Monochromatic Colors of #50DE04
Black with #50DE04
Text Example
Text Example
White with #50DE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DE04; }
p { color: rgb(80,222,4); }
H1.HeaderClassName
{
color: #50DE04;
}
.AnyTagClassName
{
color: #50DE04;
}
</style>
background-color css
<style>
a { background-color: #50DE04; }
a { background-color: rgb(80,222,4); }
div.DivClassName
{
background-color: #50DE04;
}
.BgClassName
{
background-color: #50DE04;
}
</style>
border-color css
<style>
span { border-color: #50DE04; }
span { border-color: rgb(80,222,4); }
td.TdClassName
{
border-color: #50DE04;
}
.TagClassName
{
border-color: #50DE04;
}
</style>