Shades of Harlequin #50FA2B
Tints of Harlequin #50FA2B
RGB
CMYK
RGB Variations
Color information
#50FA2B (or 0x50FA2B) is known color: Harlequin. HEX triplet: 50, FA and 2B. RGB value is (80,250,43). Sum of RGB (Red+Green+Blue) = 80+250+43=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 250 (98.05% from 255 or 67.02% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FA2B is #AF05D4. Grayscale: #B0B0B0. Windows color (decimal): -11470293 or 2882128. OLE color: 2882128.
HSL color Cylindrical-coordinate representation of color #50FA2B: hue angle of 109.28º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50FA2B is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 43 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.02 |
| HSL | 109.28º | 0.95% | 0.57% | - |
| HSV(B) | 109.28º | 0.83% | 0.98% | - |
| XYZ | 37.93 | 70.25 | 13.85 | - |
| YUV | 175.57 | 53.18 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 43 | 0.68 | 0 | 0.83 | 0.02 | 109.28 | 0.95 | 0.57 |
| Hex | 50 | FA | 2B | 44 | 0 | 53 | 2 | 6D | 5F | 39 |
| Octal | 120 | 372 | 53 | 104 | 0 | 123 | 2 | 155 | 137 | 71 |
| Binary | 1010000 | 11111010 | 101011 | 1000100 | 0 | 1010011 | 10 | 1101101 | 1011111 | 111001 |
Color Harmonies of #50FA2B
Complementary color
Monochromatic Colors of #50FA2B
Black with #50FA2B
Text Example
Text Example
White with #50FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FA2B; }
p { color: rgb(80,250,43); }
H1.HeaderClassName
{
color: #50FA2B;
}
.AnyTagClassName
{
color: #50FA2B;
}
</style>
background-color css
<style>
a { background-color: #50FA2B; }
a { background-color: rgb(80,250,43); }
div.DivClassName
{
background-color: #50FA2B;
}
.BgClassName
{
background-color: #50FA2B;
}
</style>
border-color css
<style>
span { border-color: #50FA2B; }
span { border-color: rgb(80,250,43); }
td.TdClassName
{
border-color: #50FA2B;
}
.TagClassName
{
border-color: #50FA2B;
}
</style>