Shades of Harlequin #4DF116
Tints of Harlequin #4DF116
RGB
CMYK
RGB Variations
Color information
#4DF116 (or 0x4DF116) is known color: Harlequin. HEX triplet: 4D, F1 and 16. RGB value is (77,241,22). Sum of RGB (Red+Green+Blue) = 77+241+22=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 241 (94.53% from 255 or 70.88% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF116 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF116 is #B20EE9. Grayscale: #A7A7A7. Windows color (decimal): -11669226 or 1503565. OLE color: 1503565.
HSL color Cylindrical-coordinate representation of color #4DF116: hue angle of 104.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DF116 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 22 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.05 |
| HSL | 104.93º | 0.89% | 0.52% | - |
| HSV(B) | 104.93º | 0.91% | 0.95% | - |
| XYZ | 34.66 | 64.55 | 11.39 | - |
| YUV | 167 | 46.17 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 22 | 0.68 | 0 | 0.91 | 0.05 | 104.93 | 0.89 | 0.52 |
| Hex | 4D | F1 | 16 | 44 | 0 | 5B | 5 | 69 | 59 | 34 |
| Octal | 115 | 361 | 26 | 104 | 0 | 133 | 5 | 151 | 131 | 64 |
| Binary | 1001101 | 11110001 | 10110 | 1000100 | 0 | 1011011 | 101 | 1101001 | 1011001 | 110100 |
Color Harmonies of #4DF116
Complementary color
Monochromatic Colors of #4DF116
Black with #4DF116
Text Example
Text Example
White with #4DF116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF116; }
p { color: rgb(77,241,22); }
H1.HeaderClassName
{
color: #4DF116;
}
.AnyTagClassName
{
color: #4DF116;
}
</style>
background-color css
<style>
a { background-color: #4DF116; }
a { background-color: rgb(77,241,22); }
div.DivClassName
{
background-color: #4DF116;
}
.BgClassName
{
background-color: #4DF116;
}
</style>
border-color css
<style>
span { border-color: #4DF116; }
span { border-color: rgb(77,241,22); }
td.TdClassName
{
border-color: #4DF116;
}
.TagClassName
{
border-color: #4DF116;
}
</style>