Shades of Harlequin #4EFF05
Tints of Harlequin #4EFF05
RGB
CMYK
RGB Variations
Color information
#4EFF05 (or 0x4EFF05) is known color: Harlequin. HEX triplet: 4E, FF and 05. RGB value is (78,255,5). Sum of RGB (Red+Green+Blue) = 78+255+5=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 255 (100% from 255 or 75.44% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFF05 is #B100FA. Grayscale: #AEAEAE. Windows color (decimal): -11600123 or 393038. OLE color: 393038.
HSL color Cylindrical-coordinate representation of color #4EFF05: hue angle of 102.48º 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 #4EFF05 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 5 | - |
| CMYK | 0.69 | 0 | 0.98 | 0 |
| HSL | 102.48º | 1% | 0.51% | - |
| HSV(B) | 102.48º | 0.98% | 1% | - |
| XYZ | 38.93 | 73.15 | 12.21 | - |
| YUV | 173.58 | 32.86 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 5 | 0.69 | 0 | 0.98 | 0 | 102.48 | 1 | 0.51 |
| Hex | 4E | FF | 5 | 45 | 0 | 62 | 0 | 66 | 64 | 33 |
| Octal | 116 | 377 | 5 | 105 | 0 | 142 | 0 | 146 | 144 | 63 |
| Binary | 1001110 | 11111111 | 101 | 1000101 | 0 | 1100010 | 0 | 1100110 | 1100100 | 110011 |
Color Harmonies of #4EFF05
Complementary color
Monochromatic Colors of #4EFF05
Black with #4EFF05
Text Example
Text Example
White with #4EFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF05; }
p { color: rgb(78,255,5); }
H1.HeaderClassName
{
color: #4EFF05;
}
.AnyTagClassName
{
color: #4EFF05;
}
</style>
background-color css
<style>
a { background-color: #4EFF05; }
a { background-color: rgb(78,255,5); }
div.DivClassName
{
background-color: #4EFF05;
}
.BgClassName
{
background-color: #4EFF05;
}
</style>
border-color css
<style>
span { border-color: #4EFF05; }
span { border-color: rgb(78,255,5); }
td.TdClassName
{
border-color: #4EFF05;
}
.TagClassName
{
border-color: #4EFF05;
}
</style>