Shades of Harlequin #4EFF03
Tints of Harlequin #4EFF03
RGB
CMYK
RGB Variations
Color information
#4EFF03 (or 0x4EFF03) is known color: Harlequin. HEX triplet: 4E, FF and 03. RGB value is (78,255,3). Sum of RGB (Red+Green+Blue) = 78+255+3=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFF03 is #B100FC. Grayscale: #AEAEAE. Windows color (decimal): -11600125 or 261966. OLE color: 261966.
HSL color Cylindrical-coordinate representation of color #4EFF03: hue angle of 102.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EFF03 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0 |
| HSL | 102.14º | 1% | 0.51% | - |
| HSV(B) | 102.14º | 0.99% | 1% | - |
| XYZ | 38.92 | 73.15 | 12.15 | - |
| YUV | 173.35 | 31.86 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 3 | 0.69 | 0 | 0.99 | 0 | 102.14 | 1 | 0.51 |
| Hex | 4E | FF | 3 | 45 | 0 | 63 | 0 | 66 | 64 | 33 |
| Octal | 116 | 377 | 3 | 105 | 0 | 143 | 0 | 146 | 144 | 63 |
| Binary | 1001110 | 11111111 | 11 | 1000101 | 0 | 1100011 | 0 | 1100110 | 1100100 | 110011 |
Color Harmonies of #4EFF03
Complementary color
Monochromatic Colors of #4EFF03
Black with #4EFF03
Text Example
Text Example
White with #4EFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF03; }
p { color: rgb(78,255,3); }
H1.HeaderClassName
{
color: #4EFF03;
}
.AnyTagClassName
{
color: #4EFF03;
}
</style>
background-color css
<style>
a { background-color: #4EFF03; }
a { background-color: rgb(78,255,3); }
div.DivClassName
{
background-color: #4EFF03;
}
.BgClassName
{
background-color: #4EFF03;
}
</style>
border-color css
<style>
span { border-color: #4EFF03; }
span { border-color: rgb(78,255,3); }
td.TdClassName
{
border-color: #4EFF03;
}
.TagClassName
{
border-color: #4EFF03;
}
</style>