Shades of Harlequin #50EA15
Tints of Harlequin #50EA15
RGB
CMYK
RGB Variations
Color information
#50EA15 (or 0x50EA15) is known color: Harlequin. HEX triplet: 50, EA and 15. RGB value is (80,234,21). Sum of RGB (Red+Green+Blue) = 80+234+21=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 234 (91.80% from 255 or 69.85% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50EA15 is #AF15EA. Grayscale: #A4A4A4. Windows color (decimal): -11474411 or 1436240. OLE color: 1436240.
HSL color Cylindrical-coordinate representation of color #50EA15: hue angle of 103.38º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50EA15 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 21 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.08 |
| HSL | 103.38º | 0.84% | 0.5% | - |
| HSV(B) | 103.38º | 0.91% | 0.92% | - |
| XYZ | 32.87 | 60.61 | 10.68 | - |
| YUV | 163.67 | 47.48 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 21 | 0.66 | 0 | 0.91 | 0.08 | 103.38 | 0.84 | 0.5 |
| Hex | 50 | EA | 15 | 42 | 0 | 5B | 8 | 67 | 54 | 32 |
| Octal | 120 | 352 | 25 | 102 | 0 | 133 | 10 | 147 | 124 | 62 |
| Binary | 1010000 | 11101010 | 10101 | 1000010 | 0 | 1011011 | 1000 | 1100111 | 1010100 | 110010 |
Color Harmonies of #50EA15
Complementary color
Monochromatic Colors of #50EA15
Black with #50EA15
Text Example
Text Example
White with #50EA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EA15; }
p { color: rgb(80,234,21); }
H1.HeaderClassName
{
color: #50EA15;
}
.AnyTagClassName
{
color: #50EA15;
}
</style>
background-color css
<style>
a { background-color: #50EA15; }
a { background-color: rgb(80,234,21); }
div.DivClassName
{
background-color: #50EA15;
}
.BgClassName
{
background-color: #50EA15;
}
</style>
border-color css
<style>
span { border-color: #50EA15; }
span { border-color: rgb(80,234,21); }
td.TdClassName
{
border-color: #50EA15;
}
.TagClassName
{
border-color: #50EA15;
}
</style>