Shades of Harlequin #4EFF19
Tints of Harlequin #4EFF19
RGB
CMYK
RGB Variations
Color information
#4EFF19 (or 0x4EFF19) is known color: Harlequin. HEX triplet: 4E, FF and 19. RGB value is (78,255,25). Sum of RGB (Red+Green+Blue) = 78+255+25=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF19 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFF19 is #B100E6. Grayscale: #B0B0B0. Windows color (decimal): -11600103 or 1703758. OLE color: 1703758.
HSL color Cylindrical-coordinate representation of color #4EFF19: hue angle of 106.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4EFF19 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 25 | - |
| CMYK | 0.69 | 0 | 0.90 | 0 |
| HSL | 106.17º | 1% | 0.55% | - |
| HSV(B) | 106.17º | 0.9% | 1% | - |
| XYZ | 39.08 | 73.21 | 12.99 | - |
| YUV | 175.86 | 42.86 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 25 | 0.69 | 0 | 0.90 | 0 | 106.17 | 1 | 0.55 |
| Hex | 4E | FF | 19 | 45 | 0 | 5A | 0 | 6A | 64 | 37 |
| Octal | 116 | 377 | 31 | 105 | 0 | 132 | 0 | 152 | 144 | 67 |
| Binary | 1001110 | 11111111 | 11001 | 1000101 | 0 | 1011010 | 0 | 1101010 | 1100100 | 110111 |
Color Harmonies of #4EFF19
Complementary color
Monochromatic Colors of #4EFF19
Black with #4EFF19
Text Example
Text Example
White with #4EFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF19; }
p { color: rgb(78,255,25); }
H1.HeaderClassName
{
color: #4EFF19;
}
.AnyTagClassName
{
color: #4EFF19;
}
</style>
background-color css
<style>
a { background-color: #4EFF19; }
a { background-color: rgb(78,255,25); }
div.DivClassName
{
background-color: #4EFF19;
}
.BgClassName
{
background-color: #4EFF19;
}
</style>
border-color css
<style>
span { border-color: #4EFF19; }
span { border-color: rgb(78,255,25); }
td.TdClassName
{
border-color: #4EFF19;
}
.TagClassName
{
border-color: #4EFF19;
}
</style>