Shades of Harlequin #4EEF10
Tints of Harlequin #4EEF10
RGB
CMYK
RGB Variations
Color information
#4EEF10 (or 0x4EEF10) is known color: Harlequin. HEX triplet: 4E, EF and 10. RGB value is (78,239,16). Sum of RGB (Red+Green+Blue) = 78+239+16=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 239 (93.75% from 255 or 71.77% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEF10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEF10 is #B110EF. Grayscale: #A6A6A6. Windows color (decimal): -11604208 or 1109838. OLE color: 1109838.
HSL color Cylindrical-coordinate representation of color #4EEF10: hue angle of 103.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EEF10 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 16 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.06 |
| HSL | 103.32º | 0.87% | 0.5% | - |
| HSV(B) | 103.32º | 0.93% | 0.94% | - |
| XYZ | 34.1 | 63.39 | 10.93 | - |
| YUV | 165.44 | 43.66 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 16 | 0.67 | 0 | 0.93 | 0.06 | 103.32 | 0.87 | 0.5 |
| Hex | 4E | EF | 10 | 43 | 0 | 5D | 6 | 67 | 57 | 32 |
| Octal | 116 | 357 | 20 | 103 | 0 | 135 | 6 | 147 | 127 | 62 |
| Binary | 1001110 | 11101111 | 10000 | 1000011 | 0 | 1011101 | 110 | 1100111 | 1010111 | 110010 |
Color Harmonies of #4EEF10
Complementary color
Monochromatic Colors of #4EEF10
Black with #4EEF10
Text Example
Text Example
White with #4EEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEF10; }
p { color: rgb(78,239,16); }
H1.HeaderClassName
{
color: #4EEF10;
}
.AnyTagClassName
{
color: #4EEF10;
}
</style>
background-color css
<style>
a { background-color: #4EEF10; }
a { background-color: rgb(78,239,16); }
div.DivClassName
{
background-color: #4EEF10;
}
.BgClassName
{
background-color: #4EEF10;
}
</style>
border-color css
<style>
span { border-color: #4EEF10; }
span { border-color: rgb(78,239,16); }
td.TdClassName
{
border-color: #4EEF10;
}
.TagClassName
{
border-color: #4EEF10;
}
</style>