Shades of Harlequin #4DF216
Tints of Harlequin #4DF216
RGB
CMYK
RGB Variations
Color information
#4DF216 (or 0x4DF216) is known color: Harlequin. HEX triplet: 4D, F2 and 16. RGB value is (77,242,22). Sum of RGB (Red+Green+Blue) = 77+242+22=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF216 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF216 is #B20DE9. Grayscale: #A8A8A8. Windows color (decimal): -11668970 or 1503821. OLE color: 1503821.
HSL color Cylindrical-coordinate representation of color #4DF216: hue angle of 105º 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 #4DF216 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 22 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.05 |
| HSL | 105º | 0.89% | 0.52% | - |
| HSV(B) | 105º | 0.91% | 0.95% | - |
| XYZ | 34.96 | 65.14 | 11.49 | - |
| YUV | 167.59 | 45.84 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 22 | 0.68 | 0 | 0.91 | 0.05 | 105 | 0.89 | 0.52 |
| Hex | 4D | F2 | 16 | 44 | 0 | 5B | 5 | 69 | 59 | 34 |
| Octal | 115 | 362 | 26 | 104 | 0 | 133 | 5 | 151 | 131 | 64 |
| Binary | 1001101 | 11110010 | 10110 | 1000100 | 0 | 1011011 | 101 | 1101001 | 1011001 | 110100 |
Color Harmonies of #4DF216
Complementary color
Monochromatic Colors of #4DF216
Black with #4DF216
Text Example
Text Example
White with #4DF216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF216; }
p { color: rgb(77,242,22); }
H1.HeaderClassName
{
color: #4DF216;
}
.AnyTagClassName
{
color: #4DF216;
}
</style>
background-color css
<style>
a { background-color: #4DF216; }
a { background-color: rgb(77,242,22); }
div.DivClassName
{
background-color: #4DF216;
}
.BgClassName
{
background-color: #4DF216;
}
</style>
border-color css
<style>
span { border-color: #4DF216; }
span { border-color: rgb(77,242,22); }
td.TdClassName
{
border-color: #4DF216;
}
.TagClassName
{
border-color: #4DF216;
}
</style>