Shades of Harlequin #4DFF20
Tints of Harlequin #4DFF20
RGB
CMYK
RGB Variations
Color information
#4DFF20 (or 0x4DFF20) is known color: Harlequin. HEX triplet: 4D, FF and 20. RGB value is (77,255,32). Sum of RGB (Red+Green+Blue) = 77+255+32=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF20 is #B200DF. Grayscale: #B1B1B1. Windows color (decimal): -11665632 or 2162509. OLE color: 2162509.
HSL color Cylindrical-coordinate representation of color #4DFF20: hue angle of 107.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DFF20 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 32 | - |
| CMYK | 0.70 | 0 | 0.87 | 0 |
| HSL | 107.89º | 1% | 0.56% | - |
| HSV(B) | 107.89º | 0.87% | 1% | - |
| XYZ | 39.08 | 73.2 | 13.44 | - |
| YUV | 176.36 | 46.53 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 32 | 0.70 | 0 | 0.87 | 0 | 107.89 | 1 | 0.56 |
| Hex | 4D | FF | 20 | 46 | 0 | 57 | 0 | 6C | 64 | 38 |
| Octal | 115 | 377 | 40 | 106 | 0 | 127 | 0 | 154 | 144 | 70 |
| Binary | 1001101 | 11111111 | 100000 | 1000110 | 0 | 1010111 | 0 | 1101100 | 1100100 | 111000 |
Color Harmonies of #4DFF20
Complementary color
Monochromatic Colors of #4DFF20
Black with #4DFF20
Text Example
Text Example
White with #4DFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF20; }
p { color: rgb(77,255,32); }
H1.HeaderClassName
{
color: #4DFF20;
}
.AnyTagClassName
{
color: #4DFF20;
}
</style>
background-color css
<style>
a { background-color: #4DFF20; }
a { background-color: rgb(77,255,32); }
div.DivClassName
{
background-color: #4DFF20;
}
.BgClassName
{
background-color: #4DFF20;
}
</style>
border-color css
<style>
span { border-color: #4DFF20; }
span { border-color: rgb(77,255,32); }
td.TdClassName
{
border-color: #4DFF20;
}
.TagClassName
{
border-color: #4DFF20;
}
</style>