Shades of Harlequin #4DF418
Tints of Harlequin #4DF418
RGB
CMYK
RGB Variations
Color information
#4DF418 (or 0x4DF418) is known color: Harlequin. HEX triplet: 4D, F4 and 18. RGB value is (77,244,24). Sum of RGB (Red+Green+Blue) = 77+244+24=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 244 (95.70% from 255 or 70.72% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF418 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF418 is #B20BE7. Grayscale: #A9A9A9. Windows color (decimal): -11668456 or 1635405. OLE color: 1635405.
HSL color Cylindrical-coordinate representation of color #4DF418: hue angle of 105.55º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DF418 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 24 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.04 |
| HSL | 105.55º | 0.91% | 0.53% | - |
| HSV(B) | 105.55º | 0.9% | 0.96% | - |
| XYZ | 35.58 | 66.35 | 11.79 | - |
| YUV | 168.99 | 46.17 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 24 | 0.68 | 0 | 0.90 | 0.04 | 105.55 | 0.91 | 0.53 |
| Hex | 4D | F4 | 18 | 44 | 0 | 5A | 4 | 6A | 5B | 35 |
| Octal | 115 | 364 | 30 | 104 | 0 | 132 | 4 | 152 | 133 | 65 |
| Binary | 1001101 | 11110100 | 11000 | 1000100 | 0 | 1011010 | 100 | 1101010 | 1011011 | 110101 |
Color Harmonies of #4DF418
Complementary color
Monochromatic Colors of #4DF418
Black with #4DF418
Text Example
Text Example
White with #4DF418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF418; }
p { color: rgb(77,244,24); }
H1.HeaderClassName
{
color: #4DF418;
}
.AnyTagClassName
{
color: #4DF418;
}
</style>
background-color css
<style>
a { background-color: #4DF418; }
a { background-color: rgb(77,244,24); }
div.DivClassName
{
background-color: #4DF418;
}
.BgClassName
{
background-color: #4DF418;
}
</style>
border-color css
<style>
span { border-color: #4DF418; }
span { border-color: rgb(77,244,24); }
td.TdClassName
{
border-color: #4DF418;
}
.TagClassName
{
border-color: #4DF418;
}
</style>