Shades of Harlequin #4EFA10
Tints of Harlequin #4EFA10
RGB
CMYK
RGB Variations
Color information
#4EFA10 (or 0x4EFA10) is known color: Harlequin. HEX triplet: 4E, FA and 10. RGB value is (78,250,16). Sum of RGB (Red+Green+Blue) = 78+250+16=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFA10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFA10 is #B105EF. Grayscale: #ACACAC. Windows color (decimal): -11601392 or 1112654. OLE color: 1112654.
HSL color Cylindrical-coordinate representation of color #4EFA10: hue angle of 104.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4EFA10 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 16 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.02 |
| HSL | 104.1º | 0.96% | 0.52% | - |
| HSV(B) | 104.1º | 0.94% | 0.98% | - |
| XYZ | 37.42 | 70.03 | 12.03 | - |
| YUV | 171.9 | 40.02 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 16 | 0.69 | 0 | 0.94 | 0.02 | 104.1 | 0.96 | 0.52 |
| Hex | 4E | FA | 10 | 45 | 0 | 5E | 2 | 68 | 60 | 34 |
| Octal | 116 | 372 | 20 | 105 | 0 | 136 | 2 | 150 | 140 | 64 |
| Binary | 1001110 | 11111010 | 10000 | 1000101 | 0 | 1011110 | 10 | 1101000 | 1100000 | 110100 |
Color Harmonies of #4EFA10
Complementary color
Monochromatic Colors of #4EFA10
Black with #4EFA10
Text Example
Text Example
White with #4EFA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFA10; }
p { color: rgb(78,250,16); }
H1.HeaderClassName
{
color: #4EFA10;
}
.AnyTagClassName
{
color: #4EFA10;
}
</style>
background-color css
<style>
a { background-color: #4EFA10; }
a { background-color: rgb(78,250,16); }
div.DivClassName
{
background-color: #4EFA10;
}
.BgClassName
{
background-color: #4EFA10;
}
</style>
border-color css
<style>
span { border-color: #4EFA10; }
span { border-color: rgb(78,250,16); }
td.TdClassName
{
border-color: #4EFA10;
}
.TagClassName
{
border-color: #4EFA10;
}
</style>