Shades of Harlequin #50F525
Tints of Harlequin #50F525
RGB
CMYK
RGB Variations
Color information
#50F525 (or 0x50F525) is known color: Harlequin. HEX triplet: 50, F5 and 25. RGB value is (80,245,37). Sum of RGB (Red+Green+Blue) = 80+245+37=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 245 (96.09% from 255 or 67.68% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 245 - color contains mainly: green. Hex color #50F525 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F525 is #AF0ADA. Grayscale: #ACACAC. Windows color (decimal): -11471579 or 2487632. OLE color: 2487632.
HSL color Cylindrical-coordinate representation of color #50F525: hue angle of 107.6º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50F525 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 245 | 37 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.04 |
| HSL | 107.6º | 0.91% | 0.55% | - |
| HSV(B) | 107.6º | 0.85% | 0.96% | - |
| XYZ | 36.29 | 67.14 | 12.8 | - |
| YUV | 171.95 | 51.84 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 245 | 37 | 0.67 | 0 | 0.85 | 0.04 | 107.6 | 0.91 | 0.55 |
| Hex | 50 | F5 | 25 | 43 | 0 | 55 | 4 | 6C | 5B | 37 |
| Octal | 120 | 365 | 45 | 103 | 0 | 125 | 4 | 154 | 133 | 67 |
| Binary | 1010000 | 11110101 | 100101 | 1000011 | 0 | 1010101 | 100 | 1101100 | 1011011 | 110111 |
Color Harmonies of #50F525
Complementary color
Monochromatic Colors of #50F525
Black with #50F525
Text Example
Text Example
White with #50F525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F525; }
p { color: rgb(80,245,37); }
H1.HeaderClassName
{
color: #50F525;
}
.AnyTagClassName
{
color: #50F525;
}
</style>
background-color css
<style>
a { background-color: #50F525; }
a { background-color: rgb(80,245,37); }
div.DivClassName
{
background-color: #50F525;
}
.BgClassName
{
background-color: #50F525;
}
</style>
border-color css
<style>
span { border-color: #50F525; }
span { border-color: rgb(80,245,37); }
td.TdClassName
{
border-color: #50F525;
}
.TagClassName
{
border-color: #50F525;
}
</style>