Shades of Harlequin #50FB24
Tints of Harlequin #50FB24
RGB
CMYK
RGB Variations
Color information
#50FB24 (or 0x50FB24) is known color: Harlequin. HEX triplet: 50, FB and 24. RGB value is (80,251,36). Sum of RGB (Red+Green+Blue) = 80+251+36=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 251 (98.44% from 255 or 68.39% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB24 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FB24 is #AF04DB. Grayscale: #B0B0B0. Windows color (decimal): -11470044 or 2423632. OLE color: 2423632.
HSL color Cylindrical-coordinate representation of color #50FB24: hue angle of 107.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50FB24 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 36 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.02 |
| HSL | 107.72º | 0.96% | 0.56% | - |
| HSV(B) | 107.72º | 0.86% | 0.98% | - |
| XYZ | 38.12 | 70.83 | 13.33 | - |
| YUV | 175.36 | 49.35 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 36 | 0.68 | 0 | 0.86 | 0.02 | 107.72 | 0.96 | 0.56 |
| Hex | 50 | FB | 24 | 44 | 0 | 56 | 2 | 6C | 60 | 38 |
| Octal | 120 | 373 | 44 | 104 | 0 | 126 | 2 | 154 | 140 | 70 |
| Binary | 1010000 | 11111011 | 100100 | 1000100 | 0 | 1010110 | 10 | 1101100 | 1100000 | 111000 |
Color Harmonies of #50FB24
Complementary color
Monochromatic Colors of #50FB24
Black with #50FB24
Text Example
Text Example
White with #50FB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FB24; }
p { color: rgb(80,251,36); }
H1.HeaderClassName
{
color: #50FB24;
}
.AnyTagClassName
{
color: #50FB24;
}
</style>
background-color css
<style>
a { background-color: #50FB24; }
a { background-color: rgb(80,251,36); }
div.DivClassName
{
background-color: #50FB24;
}
.BgClassName
{
background-color: #50FB24;
}
</style>
border-color css
<style>
span { border-color: #50FB24; }
span { border-color: rgb(80,251,36); }
td.TdClassName
{
border-color: #50FB24;
}
.TagClassName
{
border-color: #50FB24;
}
</style>