Shades of Harlequin #4EFA00
Tints of Harlequin #4EFA00
RGB
CMYK
RGB Variations
Color information
#4EFA00 (or 0x4EFA00) is known color: Harlequin. HEX triplet: 4E, FA and 00. RGB value is (78,250,0). Sum of RGB (Red+Green+Blue) = 78+250+0=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 250 (98.05% from 255 or 76.22% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFA00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFA00 is #B105FF. Grayscale: #AAAAAA. Windows color (decimal): -11601408 or 64078. OLE color: 64078.
HSL color Cylindrical-coordinate representation of color #4EFA00: hue angle of 101.28º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4EFA00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.02 |
| HSL | 101.28º | 1% | 0.49% | - |
| HSV(B) | 101.28º | 1% | 0.98% | - |
| XYZ | 37.33 | 69.99 | 11.54 | - |
| YUV | 170.07 | 32.02 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 0 | 0.69 | 0 | 1 | 0.02 | 101.28 | 1 | 0.49 |
| Hex | 4E | FA | 0 | 45 | 0 | 64 | 2 | 65 | 64 | 31 |
| Octal | 116 | 372 | 0 | 105 | 0 | 144 | 2 | 145 | 144 | 61 |
| Binary | 1001110 | 11111010 | 0 | 1000101 | 0 | 1100100 | 10 | 1100101 | 1100100 | 110001 |
Color Harmonies of #4EFA00
Complementary color
Monochromatic Colors of #4EFA00
Black with #4EFA00
Text Example
Text Example
White with #4EFA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFA00; }
p { color: rgb(78,250,0); }
H1.HeaderClassName
{
color: #4EFA00;
}
.AnyTagClassName
{
color: #4EFA00;
}
</style>
background-color css
<style>
a { background-color: #4EFA00; }
a { background-color: rgb(78,250,0); }
div.DivClassName
{
background-color: #4EFA00;
}
.BgClassName
{
background-color: #4EFA00;
}
</style>
border-color css
<style>
span { border-color: #4EFA00; }
span { border-color: rgb(78,250,0); }
td.TdClassName
{
border-color: #4EFA00;
}
.TagClassName
{
border-color: #4EFA00;
}
</style>