Shades of Harlequin #50F705
Tints of Harlequin #50F705
RGB
CMYK
RGB Variations
Color information
#50F705 (or 0x50F705) is known color: Harlequin. HEX triplet: 50, F7 and 05. RGB value is (80,247,5). Sum of RGB (Red+Green+Blue) = 80+247+5=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 247 (96.88% from 255 or 74.40% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 247 - color contains mainly: green. Hex color #50F705 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F705 is #AF08FA. Grayscale: #AAAAAA. Windows color (decimal): -11471099 or 390992. OLE color: 390992.
HSL color Cylindrical-coordinate representation of color #50F705: hue angle of 101.4º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50F705 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 5 | - |
| CMYK | 0.68 | 0 | 0.98 | 0.03 |
| HSL | 101.41º | 0.96% | 0.49% | - |
| HSV(B) | 101.41º | 0.98% | 0.97% | - |
| XYZ | 36.6 | 68.24 | 11.39 | - |
| YUV | 169.48 | 35.17 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 5 | 0.68 | 0 | 0.98 | 0.03 | 101.41 | 0.96 | 0.49 |
| Hex | 50 | F7 | 5 | 44 | 0 | 62 | 3 | 65 | 60 | 31 |
| Octal | 120 | 367 | 5 | 104 | 0 | 142 | 3 | 145 | 140 | 61 |
| Binary | 1010000 | 11110111 | 101 | 1000100 | 0 | 1100010 | 11 | 1100101 | 1100000 | 110001 |
Color Harmonies of #50F705
Complementary color
Monochromatic Colors of #50F705
Black with #50F705
Text Example
Text Example
White with #50F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F705; }
p { color: rgb(80,247,5); }
H1.HeaderClassName
{
color: #50F705;
}
.AnyTagClassName
{
color: #50F705;
}
</style>
background-color css
<style>
a { background-color: #50F705; }
a { background-color: rgb(80,247,5); }
div.DivClassName
{
background-color: #50F705;
}
.BgClassName
{
background-color: #50F705;
}
</style>
border-color css
<style>
span { border-color: #50F705; }
span { border-color: rgb(80,247,5); }
td.TdClassName
{
border-color: #50F705;
}
.TagClassName
{
border-color: #50F705;
}
</style>