Shades of Harlequin #4EFE04
Tints of Harlequin #4EFE04
RGB
CMYK
RGB Variations
Color information
#4EFE04 (or 0x4EFE04) is known color: Harlequin. HEX triplet: 4E, FE and 04. RGB value is (78,254,4). Sum of RGB (Red+Green+Blue) = 78+254+4=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 254 (99.61% from 255 or 75.60% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFE04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFE04 is #B101FB. Grayscale: #ADADAD. Windows color (decimal): -11600380 or 327246. OLE color: 327246.
HSL color Cylindrical-coordinate representation of color #4EFE04: hue angle of 102.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4EFE04 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 4 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.00 |
| HSL | 102.24º | 0.99% | 0.51% | - |
| HSV(B) | 102.24º | 0.98% | 1% | - |
| XYZ | 38.61 | 72.51 | 12.08 | - |
| YUV | 172.88 | 32.69 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 4 | 0.69 | 0 | 0.98 | 0.00 | 102.24 | 0.99 | 0.51 |
| Hex | 4E | FE | 4 | 45 | 0 | 62 | 0 | 66 | 63 | 33 |
| Octal | 116 | 376 | 4 | 105 | 0 | 142 | 0 | 146 | 143 | 63 |
| Binary | 1001110 | 11111110 | 100 | 1000101 | 0 | 1100010 | 0 | 1100110 | 1100011 | 110011 |
Color Harmonies of #4EFE04
Complementary color
Monochromatic Colors of #4EFE04
Black with #4EFE04
Text Example
Text Example
White with #4EFE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFE04; }
p { color: rgb(78,254,4); }
H1.HeaderClassName
{
color: #4EFE04;
}
.AnyTagClassName
{
color: #4EFE04;
}
</style>
background-color css
<style>
a { background-color: #4EFE04; }
a { background-color: rgb(78,254,4); }
div.DivClassName
{
background-color: #4EFE04;
}
.BgClassName
{
background-color: #4EFE04;
}
</style>
border-color css
<style>
span { border-color: #4EFE04; }
span { border-color: rgb(78,254,4); }
td.TdClassName
{
border-color: #4EFE04;
}
.TagClassName
{
border-color: #4EFE04;
}
</style>