Shades of Harlequin #50EF2A
Tints of Harlequin #50EF2A
RGB
CMYK
RGB Variations
Color information
#50EF2A (or 0x50EF2A) is known color: Harlequin. HEX triplet: 50, EF and 2A. RGB value is (80,239,42). Sum of RGB (Red+Green+Blue) = 80+239+42=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 239 (93.75% from 255 or 66.20% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EF2A is #AF10D5. Grayscale: #A9A9A9. Windows color (decimal): -11473110 or 2813776. OLE color: 2813776.
HSL color Cylindrical-coordinate representation of color #50EF2A: hue angle of 108.43º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50EF2A is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 42 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.06 |
| HSL | 108.43º | 0.86% | 0.55% | - |
| HSV(B) | 108.43º | 0.82% | 0.94% | - |
| XYZ | 34.59 | 63.61 | 12.64 | - |
| YUV | 169 | 56.32 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 42 | 0.67 | 0 | 0.82 | 0.06 | 108.43 | 0.86 | 0.55 |
| Hex | 50 | EF | 2A | 43 | 0 | 52 | 6 | 6C | 56 | 37 |
| Octal | 120 | 357 | 52 | 103 | 0 | 122 | 6 | 154 | 126 | 67 |
| Binary | 1010000 | 11101111 | 101010 | 1000011 | 0 | 1010010 | 110 | 1101100 | 1010110 | 110111 |
Color Harmonies of #50EF2A
Complementary color
Monochromatic Colors of #50EF2A
Black with #50EF2A
Text Example
Text Example
White with #50EF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EF2A; }
p { color: rgb(80,239,42); }
H1.HeaderClassName
{
color: #50EF2A;
}
.AnyTagClassName
{
color: #50EF2A;
}
</style>
background-color css
<style>
a { background-color: #50EF2A; }
a { background-color: rgb(80,239,42); }
div.DivClassName
{
background-color: #50EF2A;
}
.BgClassName
{
background-color: #50EF2A;
}
</style>
border-color css
<style>
span { border-color: #50EF2A; }
span { border-color: rgb(80,239,42); }
td.TdClassName
{
border-color: #50EF2A;
}
.TagClassName
{
border-color: #50EF2A;
}
</style>