Shades of Harlequin #50F503
Tints of Harlequin #50F503
RGB
CMYK
RGB Variations
Color information
#50F503 (or 0x50F503) is known color: Harlequin. HEX triplet: 50, F5 and 03. RGB value is (80,245,3). Sum of RGB (Red+Green+Blue) = 80+245+3=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 245 (96.09% from 255 or 74.70% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 245 - color contains mainly: green. Hex color #50F503 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F503 is #AF0AFC. Grayscale: #A8A8A8. Windows color (decimal): -11471613 or 259408. OLE color: 259408.
HSL color Cylindrical-coordinate representation of color #50F503: hue angle of 100.91º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50F503 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 245 | 3 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.04 |
| HSL | 100.91º | 0.98% | 0.49% | - |
| HSV(B) | 100.91º | 0.99% | 0.96% | - |
| XYZ | 35.98 | 67.02 | 11.13 | - |
| YUV | 168.08 | 34.84 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 245 | 3 | 0.67 | 0 | 0.99 | 0.04 | 100.91 | 0.98 | 0.49 |
| Hex | 50 | F5 | 3 | 43 | 0 | 63 | 4 | 65 | 62 | 31 |
| Octal | 120 | 365 | 3 | 103 | 0 | 143 | 4 | 145 | 142 | 61 |
| Binary | 1010000 | 11110101 | 11 | 1000011 | 0 | 1100011 | 100 | 1100101 | 1100010 | 110001 |
Color Harmonies of #50F503
Complementary color
Monochromatic Colors of #50F503
Black with #50F503
Text Example
Text Example
White with #50F503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F503; }
p { color: rgb(80,245,3); }
H1.HeaderClassName
{
color: #50F503;
}
.AnyTagClassName
{
color: #50F503;
}
</style>
background-color css
<style>
a { background-color: #50F503; }
a { background-color: rgb(80,245,3); }
div.DivClassName
{
background-color: #50F503;
}
.BgClassName
{
background-color: #50F503;
}
</style>
border-color css
<style>
span { border-color: #50F503; }
span { border-color: rgb(80,245,3); }
td.TdClassName
{
border-color: #50F503;
}
.TagClassName
{
border-color: #50F503;
}
</style>