Shades of Harlequin #50F900
Tints of Harlequin #50F900
RGB
CMYK
RGB Variations
Color information
#50F900 (or 0x50F900) is known color: Harlequin. HEX triplet: 50, F9 and 00. RGB value is (80,249,0). Sum of RGB (Red+Green+Blue) = 80+249+0=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 249 (97.66% from 255 or 75.68% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 249 - color contains mainly: green. Hex color #50F900 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F900 is #AF06FF. Grayscale: #AAAAAA. Windows color (decimal): -11470592 or 63824. OLE color: 63824.
HSL color Cylindrical-coordinate representation of color #50F900: hue angle of 100.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50F900 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.02 |
| HSL | 100.72º | 1% | 0.49% | - |
| HSV(B) | 100.72º | 1% | 0.98% | - |
| XYZ | 37.18 | 69.46 | 11.45 | - |
| YUV | 170.08 | 32.01 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 0 | 0.68 | 0 | 1 | 0.02 | 100.72 | 1 | 0.49 |
| Hex | 50 | F9 | 0 | 44 | 0 | 64 | 2 | 65 | 64 | 31 |
| Octal | 120 | 371 | 0 | 104 | 0 | 144 | 2 | 145 | 144 | 61 |
| Binary | 1010000 | 11111001 | 0 | 1000100 | 0 | 1100100 | 10 | 1100101 | 1100100 | 110001 |
Color Harmonies of #50F900
Complementary color
Monochromatic Colors of #50F900
Black with #50F900
Text Example
Text Example
White with #50F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F900; }
p { color: rgb(80,249,0); }
H1.HeaderClassName
{
color: #50F900;
}
.AnyTagClassName
{
color: #50F900;
}
</style>
background-color css
<style>
a { background-color: #50F900; }
a { background-color: rgb(80,249,0); }
div.DivClassName
{
background-color: #50F900;
}
.BgClassName
{
background-color: #50F900;
}
</style>
border-color css
<style>
span { border-color: #50F900; }
span { border-color: rgb(80,249,0); }
td.TdClassName
{
border-color: #50F900;
}
.TagClassName
{
border-color: #50F900;
}
</style>