Shades of Harlequin #50FD32
Tints of Harlequin #50FD32
RGB
CMYK
RGB Variations
Color information
#50FD32 (or 0x50FD32) is known color: Harlequin. HEX triplet: 50, FD and 32. RGB value is (80,253,50). Sum of RGB (Red+Green+Blue) = 80+253+50=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 253 (99.22% from 255 or 66.06% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FD32 is #AF02CD. Grayscale: #B2B2B2. Windows color (decimal): -11469518 or 3341648. OLE color: 3341648.
HSL color Cylindrical-coordinate representation of color #50FD32: hue angle of 111.13º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50FD32 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 50 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.01 |
| HSL | 111.13º | 0.98% | 0.59% | - |
| HSV(B) | 111.13º | 0.8% | 0.99% | - |
| XYZ | 39.01 | 72.19 | 14.89 | - |
| YUV | 178.13 | 55.69 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 50 | 0.68 | 0 | 0.80 | 0.01 | 111.13 | 0.98 | 0.59 |
| Hex | 50 | FD | 32 | 44 | 0 | 50 | 1 | 6F | 62 | 3B |
| Octal | 120 | 375 | 62 | 104 | 0 | 120 | 1 | 157 | 142 | 73 |
| Binary | 1010000 | 11111101 | 110010 | 1000100 | 0 | 1010000 | 1 | 1101111 | 1100010 | 111011 |
Color Harmonies of #50FD32
Complementary color
Monochromatic Colors of #50FD32
Black with #50FD32
Text Example
Text Example
White with #50FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FD32; }
p { color: rgb(80,253,50); }
H1.HeaderClassName
{
color: #50FD32;
}
.AnyTagClassName
{
color: #50FD32;
}
</style>
background-color css
<style>
a { background-color: #50FD32; }
a { background-color: rgb(80,253,50); }
div.DivClassName
{
background-color: #50FD32;
}
.BgClassName
{
background-color: #50FD32;
}
</style>
border-color css
<style>
span { border-color: #50FD32; }
span { border-color: rgb(80,253,50); }
td.TdClassName
{
border-color: #50FD32;
}
.TagClassName
{
border-color: #50FD32;
}
</style>