Shades of Harlequin #4EFF04
Tints of Harlequin #4EFF04
RGB
CMYK
RGB Variations
Color information
#4EFF04 (or 0x4EFF04) is known color: Harlequin. HEX triplet: 4E, FF and 04. RGB value is (78,255,4). Sum of RGB (Red+Green+Blue) = 78+255+4=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 255 (100% from 255 or 75.67% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFF04 is #B100FB. Grayscale: #AEAEAE. Windows color (decimal): -11600124 or 327502. OLE color: 327502.
HSL color Cylindrical-coordinate representation of color #4EFF04: hue angle of 102.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4EFF04 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 4 | - |
| CMYK | 0.69 | 0 | 0.98 | 0 |
| HSL | 102.31º | 1% | 0.51% | - |
| HSV(B) | 102.31º | 0.98% | 1% | - |
| XYZ | 38.92 | 73.15 | 12.18 | - |
| YUV | 173.46 | 32.36 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 4 | 0.69 | 0 | 0.98 | 0 | 102.31 | 1 | 0.51 |
| Hex | 4E | FF | 4 | 45 | 0 | 62 | 0 | 66 | 64 | 33 |
| Octal | 116 | 377 | 4 | 105 | 0 | 142 | 0 | 146 | 144 | 63 |
| Binary | 1001110 | 11111111 | 100 | 1000101 | 0 | 1100010 | 0 | 1100110 | 1100100 | 110011 |
Color Harmonies of #4EFF04
Complementary color
Monochromatic Colors of #4EFF04
Black with #4EFF04
Text Example
Text Example
White with #4EFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF04; }
p { color: rgb(78,255,4); }
H1.HeaderClassName
{
color: #4EFF04;
}
.AnyTagClassName
{
color: #4EFF04;
}
</style>
background-color css
<style>
a { background-color: #4EFF04; }
a { background-color: rgb(78,255,4); }
div.DivClassName
{
background-color: #4EFF04;
}
.BgClassName
{
background-color: #4EFF04;
}
</style>
border-color css
<style>
span { border-color: #4EFF04; }
span { border-color: rgb(78,255,4); }
td.TdClassName
{
border-color: #4EFF04;
}
.TagClassName
{
border-color: #4EFF04;
}
</style>