Shades of Harlequin #50FF27
Tints of Harlequin #50FF27
RGB
CMYK
RGB Variations
Color information
#50FF27 (or 0x50FF27) is known color: Harlequin. HEX triplet: 50, FF and 27. RGB value is (80,255,39). Sum of RGB (Red+Green+Blue) = 80+255+39=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #50FF27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FF27 is #AF00D8. Grayscale: #B2B2B2. Windows color (decimal): -11469017 or 2621264. OLE color: 2621264.
HSL color Cylindrical-coordinate representation of color #50FF27: hue angle of 108.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50FF27 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 39 | - |
| CMYK | 0.69 | 0 | 0.85 | 0 |
| HSL | 108.61º | 1% | 0.58% | - |
| HSV(B) | 108.61º | 0.85% | 1% | - |
| XYZ | 39.43 | 73.37 | 14 | - |
| YUV | 178.05 | 49.52 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 39 | 0.69 | 0 | 0.85 | 0 | 108.61 | 1 | 0.58 |
| Hex | 50 | FF | 27 | 45 | 0 | 55 | 0 | 6D | 64 | 3A |
| Octal | 120 | 377 | 47 | 105 | 0 | 125 | 0 | 155 | 144 | 72 |
| Binary | 1010000 | 11111111 | 100111 | 1000101 | 0 | 1010101 | 0 | 1101101 | 1100100 | 111010 |
Color Harmonies of #50FF27
Complementary color
Monochromatic Colors of #50FF27
Black with #50FF27
Text Example
Text Example
White with #50FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FF27; }
p { color: rgb(80,255,39); }
H1.HeaderClassName
{
color: #50FF27;
}
.AnyTagClassName
{
color: #50FF27;
}
</style>
background-color css
<style>
a { background-color: #50FF27; }
a { background-color: rgb(80,255,39); }
div.DivClassName
{
background-color: #50FF27;
}
.BgClassName
{
background-color: #50FF27;
}
</style>
border-color css
<style>
span { border-color: #50FF27; }
span { border-color: rgb(80,255,39); }
td.TdClassName
{
border-color: #50FF27;
}
.TagClassName
{
border-color: #50FF27;
}
</style>