Shades of Harlequin #50F008
Tints of Harlequin #50F008
RGB
CMYK
RGB Variations
Color information
#50F008 (or 0x50F008) is known color: Harlequin. HEX triplet: 50, F0 and 08. RGB value is (80,240,8). Sum of RGB (Red+Green+Blue) = 80+240+8=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 240 (94.14% from 255 or 73.17% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 240 - color contains mainly: green. Hex color #50F008 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F008 is #AF0FF7. Grayscale: #A6A6A6. Windows color (decimal): -11472888 or 585808. OLE color: 585808.
HSL color Cylindrical-coordinate representation of color #50F008: hue angle of 101.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50F008 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 8 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.06 |
| HSL | 101.38º | 0.94% | 0.49% | - |
| HSV(B) | 101.38º | 0.97% | 0.94% | - |
| XYZ | 34.51 | 64.04 | 10.77 | - |
| YUV | 165.71 | 38.99 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 8 | 0.67 | 0 | 0.97 | 0.06 | 101.38 | 0.94 | 0.49 |
| Hex | 50 | F0 | 8 | 43 | 0 | 61 | 6 | 65 | 5E | 31 |
| Octal | 120 | 360 | 10 | 103 | 0 | 141 | 6 | 145 | 136 | 61 |
| Binary | 1010000 | 11110000 | 1000 | 1000011 | 0 | 1100001 | 110 | 1100101 | 1011110 | 110001 |
Color Harmonies of #50F008
Complementary color
Monochromatic Colors of #50F008
Black with #50F008
Text Example
Text Example
White with #50F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F008; }
p { color: rgb(80,240,8); }
H1.HeaderClassName
{
color: #50F008;
}
.AnyTagClassName
{
color: #50F008;
}
</style>
background-color css
<style>
a { background-color: #50F008; }
a { background-color: rgb(80,240,8); }
div.DivClassName
{
background-color: #50F008;
}
.BgClassName
{
background-color: #50F008;
}
</style>
border-color css
<style>
span { border-color: #50F008; }
span { border-color: rgb(80,240,8); }
td.TdClassName
{
border-color: #50F008;
}
.TagClassName
{
border-color: #50F008;
}
</style>