Shades of Harlequin #4EFC10
Tints of Harlequin #4EFC10
RGB
CMYK
RGB Variations
Color information
#4EFC10 (or 0x4EFC10) is known color: Harlequin. HEX triplet: 4E, FC and 10. RGB value is (78,252,16). Sum of RGB (Red+Green+Blue) = 78+252+16=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 252 (98.83% from 255 or 72.83% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFC10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFC10 is #B103EF. Grayscale: #ADADAD. Windows color (decimal): -11600880 or 1113166. OLE color: 1113166.
HSL color Cylindrical-coordinate representation of color #4EFC10: hue angle of 104.24º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4EFC10 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 252 | 16 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.01 |
| HSL | 104.24º | 0.98% | 0.53% | - |
| HSV(B) | 104.24º | 0.94% | 0.99% | - |
| XYZ | 38.05 | 71.28 | 12.24 | - |
| YUV | 173.07 | 39.35 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 252 | 16 | 0.69 | 0 | 0.94 | 0.01 | 104.24 | 0.98 | 0.53 |
| Hex | 4E | FC | 10 | 45 | 0 | 5E | 1 | 68 | 62 | 35 |
| Octal | 116 | 374 | 20 | 105 | 0 | 136 | 1 | 150 | 142 | 65 |
| Binary | 1001110 | 11111100 | 10000 | 1000101 | 0 | 1011110 | 1 | 1101000 | 1100010 | 110101 |
Color Harmonies of #4EFC10
Complementary color
Monochromatic Colors of #4EFC10
Black with #4EFC10
Text Example
Text Example
White with #4EFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFC10; }
p { color: rgb(78,252,16); }
H1.HeaderClassName
{
color: #4EFC10;
}
.AnyTagClassName
{
color: #4EFC10;
}
</style>
background-color css
<style>
a { background-color: #4EFC10; }
a { background-color: rgb(78,252,16); }
div.DivClassName
{
background-color: #4EFC10;
}
.BgClassName
{
background-color: #4EFC10;
}
</style>
border-color css
<style>
span { border-color: #4EFC10; }
span { border-color: rgb(78,252,16); }
td.TdClassName
{
border-color: #4EFC10;
}
.TagClassName
{
border-color: #4EFC10;
}
</style>