Shades of Harlequin #4DF419
Tints of Harlequin #4DF419
RGB
CMYK
RGB Variations
Color information
#4DF419 (or 0x4DF419) is known color: Harlequin. HEX triplet: 4D, F4 and 19. RGB value is (77,244,25). Sum of RGB (Red+Green+Blue) = 77+244+25=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 244 (95.70% from 255 or 70.52% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF419 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF419 is #B20BE6. Grayscale: #A9A9A9. Windows color (decimal): -11668455 or 1700941. OLE color: 1700941.
HSL color Cylindrical-coordinate representation of color #4DF419: hue angle of 105.75º 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 #4DF419 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 25 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.04 |
| HSL | 105.75º | 0.91% | 0.53% | - |
| HSV(B) | 105.75º | 0.9% | 0.96% | - |
| XYZ | 35.59 | 66.35 | 11.85 | - |
| YUV | 169.1 | 46.67 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 25 | 0.68 | 0 | 0.90 | 0.04 | 105.75 | 0.91 | 0.53 |
| Hex | 4D | F4 | 19 | 44 | 0 | 5A | 4 | 6A | 5B | 35 |
| Octal | 115 | 364 | 31 | 104 | 0 | 132 | 4 | 152 | 133 | 65 |
| Binary | 1001101 | 11110100 | 11001 | 1000100 | 0 | 1011010 | 100 | 1101010 | 1011011 | 110101 |
Color Harmonies of #4DF419
Complementary color
Monochromatic Colors of #4DF419
Black with #4DF419
Text Example
Text Example
White with #4DF419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF419; }
p { color: rgb(77,244,25); }
H1.HeaderClassName
{
color: #4DF419;
}
.AnyTagClassName
{
color: #4DF419;
}
</style>
background-color css
<style>
a { background-color: #4DF419; }
a { background-color: rgb(77,244,25); }
div.DivClassName
{
background-color: #4DF419;
}
.BgClassName
{
background-color: #4DF419;
}
</style>
border-color css
<style>
span { border-color: #4DF419; }
span { border-color: rgb(77,244,25); }
td.TdClassName
{
border-color: #4DF419;
}
.TagClassName
{
border-color: #4DF419;
}
</style>