#4EF001

Color #4EF001 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #4EF001

Tints of Harlequin #4EF001

Color information

#4EF001 (or 0x4EF001) is unknown color: approx Harlequin. HEX triplet: 4E, F0 and 01. RGB value is (78,240,1). Sum of RGB (Red+Green+Blue) = 78+240+1=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 240 (94.14% from 255 or 75.24% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF001 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF001 is #B10FFE. Grayscale: #A5A5A5. Windows color (decimal): -11603967 or 127054. OLE color: 127054.

HSL color Cylindrical-coordinate representation of color #4EF001: hue angle of 100.67º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4EF001 is Cyan = 0.68, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB782401-
CMYK0.6801.000.06
HSL100.67º99.17%47.25%-
HSV(B)100.67º99.58%94.12%-
XYZ34.3163.9410.56-
YUV164.3235.8366.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 24.45%
GREEN value IS 240 (94.14% from 255) = 75.24%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=24.45%
G=75.24%
B=0.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal7824010.6801.000.06100.6799.1747.25
Hex4EF0144064665632f
Octal11636011040144614514357
Binary100111011110000110001000110010011011001011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EF001; }

 p { color: rgb(78,240,1); }

 H1.HeaderClassName
 {
   color: #4EF001;
 }
 .AnyTagClassName
 {
   color: #4EF001;
 }
</style>
background-color css

<style>
 a { background-color: #4EF001; }

 a { background-color: rgb(78,240,1); }

 div.DivClassName
 {
   background-color: #4EF001;
 }
 .BgClassName
 {
   background-color: #4EF001;
 }
</style>
border-color css

<style>
 span { border-color: #4EF001; }

 span { border-color: rgb(78,240,1); }

 td.TdClassName
 {
   border-color: #4EF001;
 }
 .TagClassName
 {
   border-color: #4EF001;
 }
</style>