Shades of Harlequin #50F31E
Tints of Harlequin #50F31E
RGB
CMYK
RGB Variations
Color information
#50F31E (or 0x50F31E) is known color: Harlequin. HEX triplet: 50, F3 and 1E. RGB value is (80,243,30). Sum of RGB (Red+Green+Blue) = 80+243+30=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 243 (95.31% from 255 or 68.84% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 243 - color contains mainly: green. Hex color #50F31E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F31E is #AF0CE1. Grayscale: #AAAAAA. Windows color (decimal): -11472098 or 2028368. OLE color: 2028368.
HSL color Cylindrical-coordinate representation of color #50F31E: hue angle of 105.92º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50F31E is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 30 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.05 |
| HSL | 105.92º | 0.9% | 0.54% | - |
| HSV(B) | 105.92º | 0.88% | 0.95% | - |
| XYZ | 35.59 | 65.9 | 12.07 | - |
| YUV | 169.98 | 49 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 30 | 0.67 | 0 | 0.88 | 0.05 | 105.92 | 0.9 | 0.54 |
| Hex | 50 | F3 | 1E | 43 | 0 | 58 | 5 | 6A | 5A | 36 |
| Octal | 120 | 363 | 36 | 103 | 0 | 130 | 5 | 152 | 132 | 66 |
| Binary | 1010000 | 11110011 | 11110 | 1000011 | 0 | 1011000 | 101 | 1101010 | 1011010 | 110110 |
Color Harmonies of #50F31E
Complementary color
Monochromatic Colors of #50F31E
Black with #50F31E
Text Example
Text Example
White with #50F31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F31E; }
p { color: rgb(80,243,30); }
H1.HeaderClassName
{
color: #50F31E;
}
.AnyTagClassName
{
color: #50F31E;
}
</style>
background-color css
<style>
a { background-color: #50F31E; }
a { background-color: rgb(80,243,30); }
div.DivClassName
{
background-color: #50F31E;
}
.BgClassName
{
background-color: #50F31E;
}
</style>
border-color css
<style>
span { border-color: #50F31E; }
span { border-color: rgb(80,243,30); }
td.TdClassName
{
border-color: #50F31E;
}
.TagClassName
{
border-color: #50F31E;
}
</style>