Shades of Harlequin #4DFE16
Tints of Harlequin #4DFE16
RGB
CMYK
RGB Variations
Color information
#4DFE16 (or 0x4DFE16) is known color: Harlequin. HEX triplet: 4D, FE and 16. RGB value is (77,254,22). Sum of RGB (Red+Green+Blue) = 77+254+22=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 254 (99.61% from 255 or 71.95% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFE16 is #B201E9. Grayscale: #AFAFAF. Windows color (decimal): -11665898 or 1506893. OLE color: 1506893.
HSL color Cylindrical-coordinate representation of color #4DFE16: hue angle of 105.78º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DFE16 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 254 | 22 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.00 |
| HSL | 105.78º | 0.99% | 0.54% | - |
| HSV(B) | 105.78º | 0.91% | 1% | - |
| XYZ | 38.65 | 72.52 | 12.72 | - |
| YUV | 174.63 | 41.86 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 254 | 22 | 0.70 | 0 | 0.91 | 0.00 | 105.78 | 0.99 | 0.54 |
| Hex | 4D | FE | 16 | 46 | 0 | 5B | 0 | 6A | 63 | 36 |
| Octal | 115 | 376 | 26 | 106 | 0 | 133 | 0 | 152 | 143 | 66 |
| Binary | 1001101 | 11111110 | 10110 | 1000110 | 0 | 1011011 | 0 | 1101010 | 1100011 | 110110 |
Color Harmonies of #4DFE16
Complementary color
Monochromatic Colors of #4DFE16
Black with #4DFE16
Text Example
Text Example
White with #4DFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFE16; }
p { color: rgb(77,254,22); }
H1.HeaderClassName
{
color: #4DFE16;
}
.AnyTagClassName
{
color: #4DFE16;
}
</style>
background-color css
<style>
a { background-color: #4DFE16; }
a { background-color: rgb(77,254,22); }
div.DivClassName
{
background-color: #4DFE16;
}
.BgClassName
{
background-color: #4DFE16;
}
</style>
border-color css
<style>
span { border-color: #4DFE16; }
span { border-color: rgb(77,254,22); }
td.TdClassName
{
border-color: #4DFE16;
}
.TagClassName
{
border-color: #4DFE16;
}
</style>