Shades of Harlequin #4EFE02
Tints of Harlequin #4EFE02
RGB
CMYK
RGB Variations
Color information
#4EFE02 (or 0x4EFE02) is known color: Harlequin. HEX triplet: 4E, FE and 02. RGB value is (78,254,2). Sum of RGB (Red+Green+Blue) = 78+254+2=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFE02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFE02 is #B101FD. Grayscale: #ADADAD. Windows color (decimal): -11600382 or 196174. OLE color: 196174.
HSL color Cylindrical-coordinate representation of color #4EFE02: hue angle of 101.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EFE02 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 254 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.00 |
| HSL | 101.9º | 0.99% | 0.5% | - |
| HSV(B) | 101.9º | 0.99% | 1% | - |
| XYZ | 38.59 | 72.51 | 12.02 | - |
| YUV | 172.65 | 31.69 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 254 | 2 | 0.69 | 0 | 0.99 | 0.00 | 101.9 | 0.99 | 0.5 |
| Hex | 4E | FE | 2 | 45 | 0 | 63 | 0 | 66 | 63 | 32 |
| Octal | 116 | 376 | 2 | 105 | 0 | 143 | 0 | 146 | 143 | 62 |
| Binary | 1001110 | 11111110 | 10 | 1000101 | 0 | 1100011 | 0 | 1100110 | 1100011 | 110010 |
Color Harmonies of #4EFE02
Complementary color
Monochromatic Colors of #4EFE02
Black with #4EFE02
Text Example
Text Example
White with #4EFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFE02; }
p { color: rgb(78,254,2); }
H1.HeaderClassName
{
color: #4EFE02;
}
.AnyTagClassName
{
color: #4EFE02;
}
</style>
background-color css
<style>
a { background-color: #4EFE02; }
a { background-color: rgb(78,254,2); }
div.DivClassName
{
background-color: #4EFE02;
}
.BgClassName
{
background-color: #4EFE02;
}
</style>
border-color css
<style>
span { border-color: #4EFE02; }
span { border-color: rgb(78,254,2); }
td.TdClassName
{
border-color: #4EFE02;
}
.TagClassName
{
border-color: #4EFE02;
}
</style>