Shades of Harlequin #50FA32
Tints of Harlequin #50FA32
RGB
CMYK
RGB Variations
Color information
#50FA32 (or 0x50FA32) is known color: Harlequin. HEX triplet: 50, FA and 32. RGB value is (80,250,50). Sum of RGB (Red+Green+Blue) = 80+250+50=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 250 (98.05% from 255 or 65.79% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FA32 is #AF05CD. Grayscale: #B1B1B1. Windows color (decimal): -11470286 or 3340880. OLE color: 3340880.
HSL color Cylindrical-coordinate representation of color #50FA32: hue angle of 111º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50FA32 is Cyan = 0.68, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 50 | - |
| CMYK | 0.68 | 0 | 0.8 | 0.02 |
| HSL | 111º | 0.95% | 0.59% | - |
| HSV(B) | 111º | 0.8% | 0.98% | - |
| XYZ | 38.07 | 70.31 | 14.58 | - |
| YUV | 176.37 | 56.68 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 50 | 0.68 | 0 | 0.8 | 0.02 | 111 | 0.95 | 0.59 |
| Hex | 50 | FA | 32 | 44 | 0 | 50 | 2 | 6F | 5F | 3B |
| Octal | 120 | 372 | 62 | 104 | 0 | 120 | 2 | 157 | 137 | 73 |
| Binary | 1010000 | 11111010 | 110010 | 1000100 | 0 | 1010000 | 10 | 1101111 | 1011111 | 111011 |
Color Harmonies of #50FA32
Complementary color
Monochromatic Colors of #50FA32
Black with #50FA32
Text Example
Text Example
White with #50FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FA32; }
p { color: rgb(80,250,50); }
H1.HeaderClassName
{
color: #50FA32;
}
.AnyTagClassName
{
color: #50FA32;
}
</style>
background-color css
<style>
a { background-color: #50FA32; }
a { background-color: rgb(80,250,50); }
div.DivClassName
{
background-color: #50FA32;
}
.BgClassName
{
background-color: #50FA32;
}
</style>
border-color css
<style>
span { border-color: #50FA32; }
span { border-color: rgb(80,250,50); }
td.TdClassName
{
border-color: #50FA32;
}
.TagClassName
{
border-color: #50FA32;
}
</style>