Shades of Harlequin #50FA1C
Tints of Harlequin #50FA1C
RGB
CMYK
RGB Variations
Color information
#50FA1C (or 0x50FA1C) is known color: Harlequin. HEX triplet: 50, FA and 1C. RGB value is (80,250,28). Sum of RGB (Red+Green+Blue) = 80+250+28=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 250 (98.05% from 255 or 69.83% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 250 - color contains mainly: green. Hex color #50FA1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FA1C is #AF05E3. Grayscale: #AEAEAE. Windows color (decimal): -11470308 or 1899088. OLE color: 1899088.
HSL color Cylindrical-coordinate representation of color #50FA1C: hue angle of 105.95º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50FA1C is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 28 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.02 |
| HSL | 105.95º | 0.96% | 0.55% | - |
| HSV(B) | 105.95º | 0.89% | 0.98% | - |
| XYZ | 37.7 | 70.16 | 12.65 | - |
| YUV | 173.86 | 45.68 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 28 | 0.68 | 0 | 0.89 | 0.02 | 105.95 | 0.96 | 0.55 |
| Hex | 50 | FA | 1C | 44 | 0 | 59 | 2 | 6A | 60 | 37 |
| Octal | 120 | 372 | 34 | 104 | 0 | 131 | 2 | 152 | 140 | 67 |
| Binary | 1010000 | 11111010 | 11100 | 1000100 | 0 | 1011001 | 10 | 1101010 | 1100000 | 110111 |
Color Harmonies of #50FA1C
Complementary color
Monochromatic Colors of #50FA1C
Black with #50FA1C
Text Example
Text Example
White with #50FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FA1C; }
p { color: rgb(80,250,28); }
H1.HeaderClassName
{
color: #50FA1C;
}
.AnyTagClassName
{
color: #50FA1C;
}
</style>
background-color css
<style>
a { background-color: #50FA1C; }
a { background-color: rgb(80,250,28); }
div.DivClassName
{
background-color: #50FA1C;
}
.BgClassName
{
background-color: #50FA1C;
}
</style>
border-color css
<style>
span { border-color: #50FA1C; }
span { border-color: rgb(80,250,28); }
td.TdClassName
{
border-color: #50FA1C;
}
.TagClassName
{
border-color: #50FA1C;
}
</style>