Shades of Harlequin #4DF019
Tints of Harlequin #4DF019
RGB
CMYK
RGB Variations
Color information
#4DF019 (or 0x4DF019) is known color: Harlequin. HEX triplet: 4D, F0 and 19. RGB value is (77,240,25). Sum of RGB (Red+Green+Blue) = 77+240+25=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 240 (94.14% from 255 or 70.18% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF019 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF019 is #B20FE6. Grayscale: #A7A7A7. Windows color (decimal): -11669479 or 1699917. OLE color: 1699917.
HSL color Cylindrical-coordinate representation of color #4DF019: hue angle of 105.49º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DF019 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 240 | 25 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.06 |
| HSL | 105.49º | 0.88% | 0.52% | - |
| HSV(B) | 105.49º | 0.9% | 0.94% | - |
| XYZ | 34.4 | 63.97 | 11.45 | - |
| YUV | 166.75 | 48 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 240 | 25 | 0.68 | 0 | 0.90 | 0.06 | 105.49 | 0.88 | 0.52 |
| Hex | 4D | F0 | 19 | 44 | 0 | 5A | 6 | 69 | 58 | 34 |
| Octal | 115 | 360 | 31 | 104 | 0 | 132 | 6 | 151 | 130 | 64 |
| Binary | 1001101 | 11110000 | 11001 | 1000100 | 0 | 1011010 | 110 | 1101001 | 1011000 | 110100 |
Color Harmonies of #4DF019
Complementary color
Monochromatic Colors of #4DF019
Black with #4DF019
Text Example
Text Example
White with #4DF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF019; }
p { color: rgb(77,240,25); }
H1.HeaderClassName
{
color: #4DF019;
}
.AnyTagClassName
{
color: #4DF019;
}
</style>
background-color css
<style>
a { background-color: #4DF019; }
a { background-color: rgb(77,240,25); }
div.DivClassName
{
background-color: #4DF019;
}
.BgClassName
{
background-color: #4DF019;
}
</style>
border-color css
<style>
span { border-color: #4DF019; }
span { border-color: rgb(77,240,25); }
td.TdClassName
{
border-color: #4DF019;
}
.TagClassName
{
border-color: #4DF019;
}
</style>