Shades of Harlequin #4DF516
Tints of Harlequin #4DF516
RGB
CMYK
RGB Variations
Color information
#4DF516 (or 0x4DF516) is known color: Harlequin. HEX triplet: 4D, F5 and 16. RGB value is (77,245,22). Sum of RGB (Red+Green+Blue) = 77+245+22=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 245 (96.09% from 255 or 71.22% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF516 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF516 is #B20AE9. Grayscale: #AAAAAA. Windows color (decimal): -11668202 or 1504589. OLE color: 1504589.
HSL color Cylindrical-coordinate representation of color #4DF516: hue angle of 105.2º degrees, saturation: 0.92, 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 #4DF516 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 245 | 22 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.04 |
| HSL | 105.2º | 0.92% | 0.52% | - |
| HSV(B) | 105.2º | 0.91% | 0.96% | - |
| XYZ | 35.86 | 66.94 | 11.79 | - |
| YUV | 169.35 | 44.84 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 245 | 22 | 0.69 | 0 | 0.91 | 0.04 | 105.2 | 0.92 | 0.52 |
| Hex | 4D | F5 | 16 | 45 | 0 | 5B | 4 | 69 | 5C | 34 |
| Octal | 115 | 365 | 26 | 105 | 0 | 133 | 4 | 151 | 134 | 64 |
| Binary | 1001101 | 11110101 | 10110 | 1000101 | 0 | 1011011 | 100 | 1101001 | 1011100 | 110100 |
Color Harmonies of #4DF516
Complementary color
Monochromatic Colors of #4DF516
Black with #4DF516
Text Example
Text Example
White with #4DF516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF516; }
p { color: rgb(77,245,22); }
H1.HeaderClassName
{
color: #4DF516;
}
.AnyTagClassName
{
color: #4DF516;
}
</style>
background-color css
<style>
a { background-color: #4DF516; }
a { background-color: rgb(77,245,22); }
div.DivClassName
{
background-color: #4DF516;
}
.BgClassName
{
background-color: #4DF516;
}
</style>
border-color css
<style>
span { border-color: #4DF516; }
span { border-color: rgb(77,245,22); }
td.TdClassName
{
border-color: #4DF516;
}
.TagClassName
{
border-color: #4DF516;
}
</style>