Shades of Harlequin #50FF2F
Tints of Harlequin #50FF2F
RGB
CMYK
RGB Variations
Color information
#50FF2F (or 0x50FF2F) is known color: Harlequin. HEX triplet: 50, FF and 2F. RGB value is (80,255,47). Sum of RGB (Red+Green+Blue) = 80+255+47=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FF2F is #AF00D0. Grayscale: #B3B3B3. Windows color (decimal): -11469009 or 3145552. OLE color: 3145552.
HSL color Cylindrical-coordinate representation of color #50FF2F: hue angle of 110.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50FF2F is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 47 | - |
| CMYK | 0.69 | 0 | 0.82 | 0 |
| HSL | 110.48º | 1% | 0.59% | - |
| HSV(B) | 110.48º | 0.82% | 1% | - |
| XYZ | 39.58 | 73.43 | 14.78 | - |
| YUV | 178.96 | 53.52 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 47 | 0.69 | 0 | 0.82 | 0 | 110.48 | 1 | 0.59 |
| Hex | 50 | FF | 2F | 45 | 0 | 52 | 0 | 6E | 64 | 3B |
| Octal | 120 | 377 | 57 | 105 | 0 | 122 | 0 | 156 | 144 | 73 |
| Binary | 1010000 | 11111111 | 101111 | 1000101 | 0 | 1010010 | 0 | 1101110 | 1100100 | 111011 |
Color Harmonies of #50FF2F
Complementary color
Monochromatic Colors of #50FF2F
Black with #50FF2F
Text Example
Text Example
White with #50FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF2F; }
p { color: rgb(80,255,47); }
H1.HeaderClassName
{
color: #50FF2F;
}
.AnyTagClassName
{
color: #50FF2F;
}
</style>
background-color css
<style>
a { background-color: #50FF2F; }
a { background-color: rgb(80,255,47); }
div.DivClassName
{
background-color: #50FF2F;
}
.BgClassName
{
background-color: #50FF2F;
}
</style>
border-color css
<style>
span { border-color: #50FF2F; }
span { border-color: rgb(80,255,47); }
td.TdClassName
{
border-color: #50FF2F;
}
.TagClassName
{
border-color: #50FF2F;
}
</style>