Shades of Harlequin #50F52F
Tints of Harlequin #50F52F
RGB
CMYK
RGB Variations
Color information
#50F52F (or 0x50F52F) is known color: Harlequin. HEX triplet: 50, F5 and 2F. RGB value is (80,245,47). Sum of RGB (Red+Green+Blue) = 80+245+47=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 245 (96.09% from 255 or 65.86% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 245 - color contains mainly: green. Hex color #50F52F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F52F is #AF0AD0. Grayscale: #ADADAD. Windows color (decimal): -11471569 or 3142992. OLE color: 3142992.
HSL color Cylindrical-coordinate representation of color #50F52F: hue angle of 110º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50F52F is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 245 | 47 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.04 |
| HSL | 110º | 0.91% | 0.57% | - |
| HSV(B) | 110º | 0.81% | 0.96% | - |
| XYZ | 36.47 | 67.22 | 13.74 | - |
| YUV | 173.09 | 56.84 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 245 | 47 | 0.67 | 0 | 0.81 | 0.04 | 110 | 0.91 | 0.57 |
| Hex | 50 | F5 | 2F | 43 | 0 | 51 | 4 | 6E | 5B | 39 |
| Octal | 120 | 365 | 57 | 103 | 0 | 121 | 4 | 156 | 133 | 71 |
| Binary | 1010000 | 11110101 | 101111 | 1000011 | 0 | 1010001 | 100 | 1101110 | 1011011 | 111001 |
Color Harmonies of #50F52F
Complementary color
Monochromatic Colors of #50F52F
Black with #50F52F
Text Example
Text Example
White with #50F52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F52F; }
p { color: rgb(80,245,47); }
H1.HeaderClassName
{
color: #50F52F;
}
.AnyTagClassName
{
color: #50F52F;
}
</style>
background-color css
<style>
a { background-color: #50F52F; }
a { background-color: rgb(80,245,47); }
div.DivClassName
{
background-color: #50F52F;
}
.BgClassName
{
background-color: #50F52F;
}
</style>
border-color css
<style>
span { border-color: #50F52F; }
span { border-color: rgb(80,245,47); }
td.TdClassName
{
border-color: #50F52F;
}
.TagClassName
{
border-color: #50F52F;
}
</style>