Shades of Harlequin #4EFC11
Tints of Harlequin #4EFC11
RGB
CMYK
RGB Variations
Color information
#4EFC11 (or 0x4EFC11) is known color: Harlequin. HEX triplet: 4E, FC and 11. RGB value is (78,252,17). Sum of RGB (Red+Green+Blue) = 78+252+17=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 252 (98.83% from 255 or 72.62% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFC11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFC11 is #B103EE. Grayscale: #ADADAD. Windows color (decimal): -11600879 or 1178702. OLE color: 1178702.
HSL color Cylindrical-coordinate representation of color #4EFC11: hue angle of 104.43º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EFC11 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 17 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.01 |
| HSL | 104.43º | 0.98% | 0.53% | - |
| HSV(B) | 104.43º | 0.93% | 0.99% | - |
| XYZ | 38.05 | 71.28 | 12.28 | - |
| YUV | 173.18 | 39.85 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 17 | 0.69 | 0 | 0.93 | 0.01 | 104.43 | 0.98 | 0.53 |
| Hex | 4E | FC | 11 | 45 | 0 | 5D | 1 | 68 | 62 | 35 |
| Octal | 116 | 374 | 21 | 105 | 0 | 135 | 1 | 150 | 142 | 65 |
| Binary | 1001110 | 11111100 | 10001 | 1000101 | 0 | 1011101 | 1 | 1101000 | 1100010 | 110101 |
Color Harmonies of #4EFC11
Complementary color
Monochromatic Colors of #4EFC11
Black with #4EFC11
Text Example
Text Example
White with #4EFC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFC11; }
p { color: rgb(78,252,17); }
H1.HeaderClassName
{
color: #4EFC11;
}
.AnyTagClassName
{
color: #4EFC11;
}
</style>
background-color css
<style>
a { background-color: #4EFC11; }
a { background-color: rgb(78,252,17); }
div.DivClassName
{
background-color: #4EFC11;
}
.BgClassName
{
background-color: #4EFC11;
}
</style>
border-color css
<style>
span { border-color: #4EFC11; }
span { border-color: rgb(78,252,17); }
td.TdClassName
{
border-color: #4EFC11;
}
.TagClassName
{
border-color: #4EFC11;
}
</style>