Shades of Harlequin #50F129
Tints of Harlequin #50F129
RGB
CMYK
RGB Variations
Color information
#50F129 (or 0x50F129) is known color: Harlequin. HEX triplet: 50, F1 and 29. RGB value is (80,241,41). Sum of RGB (Red+Green+Blue) = 80+241+41=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #50F129 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F129 is #AF0ED6. Grayscale: #AAAAAA. Windows color (decimal): -11472599 or 2748752. OLE color: 2748752.
HSL color Cylindrical-coordinate representation of color #50F129: hue angle of 108.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50F129 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 41 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.05 |
| HSL | 108.3º | 0.88% | 0.55% | - |
| HSV(B) | 108.3º | 0.83% | 0.95% | - |
| XYZ | 35.16 | 64.78 | 12.75 | - |
| YUV | 170.06 | 55.16 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 41 | 0.67 | 0 | 0.83 | 0.05 | 108.3 | 0.88 | 0.55 |
| Hex | 50 | F1 | 29 | 43 | 0 | 53 | 5 | 6C | 58 | 37 |
| Octal | 120 | 361 | 51 | 103 | 0 | 123 | 5 | 154 | 130 | 67 |
| Binary | 1010000 | 11110001 | 101001 | 1000011 | 0 | 1010011 | 101 | 1101100 | 1011000 | 110111 |
Color Harmonies of #50F129
Complementary color
Monochromatic Colors of #50F129
Black with #50F129
Text Example
Text Example
White with #50F129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F129; }
p { color: rgb(80,241,41); }
H1.HeaderClassName
{
color: #50F129;
}
.AnyTagClassName
{
color: #50F129;
}
</style>
background-color css
<style>
a { background-color: #50F129; }
a { background-color: rgb(80,241,41); }
div.DivClassName
{
background-color: #50F129;
}
.BgClassName
{
background-color: #50F129;
}
</style>
border-color css
<style>
span { border-color: #50F129; }
span { border-color: rgb(80,241,41); }
td.TdClassName
{
border-color: #50F129;
}
.TagClassName
{
border-color: #50F129;
}
</style>