Shades of Harlequin #50EF25
Tints of Harlequin #50EF25
RGB
CMYK
RGB Variations
Color information
#50EF25 (or 0x50EF25) is known color: Harlequin. HEX triplet: 50, EF and 25. RGB value is (80,239,37). Sum of RGB (Red+Green+Blue) = 80+239+37=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50EF25 is #AF10DA. Grayscale: #A9A9A9. Windows color (decimal): -11473115 or 2486096. OLE color: 2486096.
HSL color Cylindrical-coordinate representation of color #50EF25: hue angle of 107.23º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50EF25 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 239 | 37 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.06 |
| HSL | 107.23º | 0.86% | 0.54% | - |
| HSV(B) | 107.23º | 0.85% | 0.94% | - |
| XYZ | 34.51 | 63.57 | 12.2 | - |
| YUV | 168.43 | 53.82 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 37 | 0.67 | 0 | 0.85 | 0.06 | 107.23 | 0.86 | 0.54 |
| Hex | 50 | EF | 25 | 43 | 0 | 55 | 6 | 6B | 56 | 36 |
| Octal | 120 | 357 | 45 | 103 | 0 | 125 | 6 | 153 | 126 | 66 |
| Binary | 1010000 | 11101111 | 100101 | 1000011 | 0 | 1010101 | 110 | 1101011 | 1010110 | 110110 |
Color Harmonies of #50EF25
Complementary color
Monochromatic Colors of #50EF25
Black with #50EF25
Text Example
Text Example
White with #50EF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EF25; }
p { color: rgb(80,239,37); }
H1.HeaderClassName
{
color: #50EF25;
}
.AnyTagClassName
{
color: #50EF25;
}
</style>
background-color css
<style>
a { background-color: #50EF25; }
a { background-color: rgb(80,239,37); }
div.DivClassName
{
background-color: #50EF25;
}
.BgClassName
{
background-color: #50EF25;
}
</style>
border-color css
<style>
span { border-color: #50EF25; }
span { border-color: rgb(80,239,37); }
td.TdClassName
{
border-color: #50EF25;
}
.TagClassName
{
border-color: #50EF25;
}
</style>