Shades of Harlequin #50FC25
Tints of Harlequin #50FC25
RGB
CMYK
RGB Variations
Color information
#50FC25 (or 0x50FC25) is known color: Harlequin. HEX triplet: 50, FC and 25. RGB value is (80,252,37). Sum of RGB (Red+Green+Blue) = 80+252+37=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 252 (98.83% from 255 or 68.29% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FC25 is #AF03DA. Grayscale: #B0B0B0. Windows color (decimal): -11469787 or 2489424. OLE color: 2489424.
HSL color Cylindrical-coordinate representation of color #50FC25: hue angle of 108º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50FC25 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 37 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.01 |
| HSL | 108º | 0.97% | 0.57% | - |
| HSV(B) | 108º | 0.85% | 0.99% | - |
| XYZ | 38.45 | 71.46 | 13.52 | - |
| YUV | 176.06 | 49.52 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 37 | 0.68 | 0 | 0.85 | 0.01 | 108 | 0.97 | 0.57 |
| Hex | 50 | FC | 25 | 44 | 0 | 55 | 1 | 6C | 61 | 39 |
| Octal | 120 | 374 | 45 | 104 | 0 | 125 | 1 | 154 | 141 | 71 |
| Binary | 1010000 | 11111100 | 100101 | 1000100 | 0 | 1010101 | 1 | 1101100 | 1100001 | 111001 |
Color Harmonies of #50FC25
Complementary color
Monochromatic Colors of #50FC25
Black with #50FC25
Text Example
Text Example
White with #50FC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FC25; }
p { color: rgb(80,252,37); }
H1.HeaderClassName
{
color: #50FC25;
}
.AnyTagClassName
{
color: #50FC25;
}
</style>
background-color css
<style>
a { background-color: #50FC25; }
a { background-color: rgb(80,252,37); }
div.DivClassName
{
background-color: #50FC25;
}
.BgClassName
{
background-color: #50FC25;
}
</style>
border-color css
<style>
span { border-color: #50FC25; }
span { border-color: rgb(80,252,37); }
td.TdClassName
{
border-color: #50FC25;
}
.TagClassName
{
border-color: #50FC25;
}
</style>