Shades of Harlequin #50EE06
Tints of Harlequin #50EE06
RGB
CMYK
RGB Variations
Color information
#50EE06 (or 0x50EE06) is known color: Harlequin. HEX triplet: 50, EE and 06. RGB value is (80,238,6). Sum of RGB (Red+Green+Blue) = 80+238+6=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 238 (93.36% from 255 or 73.46% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EE06 is #AF11F9. Grayscale: #A5A5A5. Windows color (decimal): -11473402 or 454224. OLE color: 454224.
HSL color Cylindrical-coordinate representation of color #50EE06: hue angle of 100.86º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50EE06 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 6 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.07 |
| HSL | 100.86º | 0.95% | 0.48% | - |
| HSV(B) | 100.86º | 0.97% | 0.93% | - |
| XYZ | 33.92 | 62.87 | 10.52 | - |
| YUV | 164.31 | 38.65 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 6 | 0.66 | 0 | 0.97 | 0.07 | 100.86 | 0.95 | 0.48 |
| Hex | 50 | EE | 6 | 42 | 0 | 61 | 7 | 65 | 5F | 30 |
| Octal | 120 | 356 | 6 | 102 | 0 | 141 | 7 | 145 | 137 | 60 |
| Binary | 1010000 | 11101110 | 110 | 1000010 | 0 | 1100001 | 111 | 1100101 | 1011111 | 110000 |
Color Harmonies of #50EE06
Complementary color
Monochromatic Colors of #50EE06
Black with #50EE06
Text Example
Text Example
White with #50EE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EE06; }
p { color: rgb(80,238,6); }
H1.HeaderClassName
{
color: #50EE06;
}
.AnyTagClassName
{
color: #50EE06;
}
</style>
background-color css
<style>
a { background-color: #50EE06; }
a { background-color: rgb(80,238,6); }
div.DivClassName
{
background-color: #50EE06;
}
.BgClassName
{
background-color: #50EE06;
}
</style>
border-color css
<style>
span { border-color: #50EE06; }
span { border-color: rgb(80,238,6); }
td.TdClassName
{
border-color: #50EE06;
}
.TagClassName
{
border-color: #50EE06;
}
</style>