Shades of Harlequin #4DF416
Tints of Harlequin #4DF416
RGB
CMYK
RGB Variations
Color information
#4DF416 (or 0x4DF416) is known color: Harlequin. HEX triplet: 4D, F4 and 16. RGB value is (77,244,22). Sum of RGB (Red+Green+Blue) = 77+244+22=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 244 (95.70% from 255 or 71.14% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF416 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF416 is #B20BE9. Grayscale: #A9A9A9. Windows color (decimal): -11668458 or 1504333. OLE color: 1504333.
HSL color Cylindrical-coordinate representation of color #4DF416: hue angle of 105.14º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DF416 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 22 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.04 |
| HSL | 105.14º | 0.91% | 0.52% | - |
| HSV(B) | 105.14º | 0.91% | 0.96% | - |
| XYZ | 35.56 | 66.34 | 11.69 | - |
| YUV | 168.76 | 45.17 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 22 | 0.68 | 0 | 0.91 | 0.04 | 105.14 | 0.91 | 0.52 |
| Hex | 4D | F4 | 16 | 44 | 0 | 5B | 4 | 69 | 5B | 34 |
| Octal | 115 | 364 | 26 | 104 | 0 | 133 | 4 | 151 | 133 | 64 |
| Binary | 1001101 | 11110100 | 10110 | 1000100 | 0 | 1011011 | 100 | 1101001 | 1011011 | 110100 |
Color Harmonies of #4DF416
Complementary color
Monochromatic Colors of #4DF416
Black with #4DF416
Text Example
Text Example
White with #4DF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF416; }
p { color: rgb(77,244,22); }
H1.HeaderClassName
{
color: #4DF416;
}
.AnyTagClassName
{
color: #4DF416;
}
</style>
background-color css
<style>
a { background-color: #4DF416; }
a { background-color: rgb(77,244,22); }
div.DivClassName
{
background-color: #4DF416;
}
.BgClassName
{
background-color: #4DF416;
}
</style>
border-color css
<style>
span { border-color: #4DF416; }
span { border-color: rgb(77,244,22); }
td.TdClassName
{
border-color: #4DF416;
}
.TagClassName
{
border-color: #4DF416;
}
</style>