Shades of Harlequin #4EFC19
Tints of Harlequin #4EFC19
RGB
CMYK
RGB Variations
Color information
#4EFC19 (or 0x4EFC19) is known color: Harlequin. HEX triplet: 4E, FC and 19. RGB value is (78,252,25). Sum of RGB (Red+Green+Blue) = 78+252+25=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 252 (98.83% from 255 or 70.99% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFC19 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFC19 is #B103E6. Grayscale: #AEAEAE. Windows color (decimal): -11600871 or 1702990. OLE color: 1702990.
HSL color Cylindrical-coordinate representation of color #4EFC19: hue angle of 105.99º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4EFC19 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 25 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.01 |
| HSL | 105.99º | 0.97% | 0.54% | - |
| HSV(B) | 105.99º | 0.9% | 0.99% | - |
| XYZ | 38.13 | 71.31 | 12.67 | - |
| YUV | 174.1 | 43.85 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 25 | 0.69 | 0 | 0.90 | 0.01 | 105.99 | 0.97 | 0.54 |
| Hex | 4E | FC | 19 | 45 | 0 | 5A | 1 | 6A | 61 | 36 |
| Octal | 116 | 374 | 31 | 105 | 0 | 132 | 1 | 152 | 141 | 66 |
| Binary | 1001110 | 11111100 | 11001 | 1000101 | 0 | 1011010 | 1 | 1101010 | 1100001 | 110110 |
Color Harmonies of #4EFC19
Complementary color
Monochromatic Colors of #4EFC19
Black with #4EFC19
Text Example
Text Example
White with #4EFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFC19; }
p { color: rgb(78,252,25); }
H1.HeaderClassName
{
color: #4EFC19;
}
.AnyTagClassName
{
color: #4EFC19;
}
</style>
background-color css
<style>
a { background-color: #4EFC19; }
a { background-color: rgb(78,252,25); }
div.DivClassName
{
background-color: #4EFC19;
}
.BgClassName
{
background-color: #4EFC19;
}
</style>
border-color css
<style>
span { border-color: #4EFC19; }
span { border-color: rgb(78,252,25); }
td.TdClassName
{
border-color: #4EFC19;
}
.TagClassName
{
border-color: #4EFC19;
}
</style>