Shades of Harlequin #50FF31
Tints of Harlequin #50FF31
RGB
CMYK
RGB Variations
Color information
#50FF31 (or 0x50FF31) is known color: Harlequin. HEX triplet: 50, FF and 31. RGB value is (80,255,49). Sum of RGB (Red+Green+Blue) = 80+255+49=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 255 (100% from 255 or 66.41% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FF31 is #AF00CE. Grayscale: #B3B3B3. Windows color (decimal): -11469007 or 3276624. OLE color: 3276624.
HSL color Cylindrical-coordinate representation of color #50FF31: hue angle of 110.97º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50FF31 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 49 | - |
| CMYK | 0.69 | 0 | 0.81 | 0 |
| HSL | 110.97º | 1% | 0.6% | - |
| HSV(B) | 110.97º | 0.81% | 1% | - |
| XYZ | 39.62 | 73.45 | 14.99 | - |
| YUV | 179.19 | 54.52 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 49 | 0.69 | 0 | 0.81 | 0 | 110.97 | 1 | 0.6 |
| Hex | 50 | FF | 31 | 45 | 0 | 51 | 0 | 6F | 64 | 3C |
| Octal | 120 | 377 | 61 | 105 | 0 | 121 | 0 | 157 | 144 | 74 |
| Binary | 1010000 | 11111111 | 110001 | 1000101 | 0 | 1010001 | 0 | 1101111 | 1100100 | 111100 |
Color Harmonies of #50FF31
Complementary color
Monochromatic Colors of #50FF31
Black with #50FF31
Text Example
Text Example
White with #50FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF31; }
p { color: rgb(80,255,49); }
H1.HeaderClassName
{
color: #50FF31;
}
.AnyTagClassName
{
color: #50FF31;
}
</style>
background-color css
<style>
a { background-color: #50FF31; }
a { background-color: rgb(80,255,49); }
div.DivClassName
{
background-color: #50FF31;
}
.BgClassName
{
background-color: #50FF31;
}
</style>
border-color css
<style>
span { border-color: #50FF31; }
span { border-color: rgb(80,255,49); }
td.TdClassName
{
border-color: #50FF31;
}
.TagClassName
{
border-color: #50FF31;
}
</style>