Shades of Harlequin #4EFF01
Tints of Harlequin #4EFF01
RGB
CMYK
RGB Variations
Color information
#4EFF01 (or 0x4EFF01) is known color: Harlequin. HEX triplet: 4E, FF and 01. RGB value is (78,255,1). Sum of RGB (Red+Green+Blue) = 78+255+1=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFF01 is #B100FE. Grayscale: #ADADAD. Windows color (decimal): -11600127 or 130894. OLE color: 130894.
HSL color Cylindrical-coordinate representation of color #4EFF01: hue angle of 101.81º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4EFF01 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 255 | 1 | - |
| CMYK | 0.69 | 0 | 1.00 | 0 |
| HSL | 101.81º | 1% | 0.5% | - |
| HSV(B) | 101.81º | 1% | 1% | - |
| XYZ | 38.91 | 73.14 | 12.1 | - |
| YUV | 173.12 | 30.86 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 255 | 1 | 0.69 | 0 | 1.00 | 0 | 101.81 | 1 | 0.5 |
| Hex | 4E | FF | 1 | 45 | 0 | 64 | 0 | 66 | 64 | 32 |
| Octal | 116 | 377 | 1 | 105 | 0 | 144 | 0 | 146 | 144 | 62 |
| Binary | 1001110 | 11111111 | 1 | 1000101 | 0 | 1100100 | 0 | 1100110 | 1100100 | 110010 |
Color Harmonies of #4EFF01
Complementary color
Monochromatic Colors of #4EFF01
Black with #4EFF01
Text Example
Text Example
White with #4EFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFF01; }
p { color: rgb(78,255,1); }
H1.HeaderClassName
{
color: #4EFF01;
}
.AnyTagClassName
{
color: #4EFF01;
}
</style>
background-color css
<style>
a { background-color: #4EFF01; }
a { background-color: rgb(78,255,1); }
div.DivClassName
{
background-color: #4EFF01;
}
.BgClassName
{
background-color: #4EFF01;
}
</style>
border-color css
<style>
span { border-color: #4EFF01; }
span { border-color: rgb(78,255,1); }
td.TdClassName
{
border-color: #4EFF01;
}
.TagClassName
{
border-color: #4EFF01;
}
</style>