#4EFE10

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

Shades of Harlequin #4EFE10

Tints of Harlequin #4EFE10

Color information

#4EFE10 (or 0x4EFE10) is unknown color: approx Harlequin. HEX triplet: 4E, FE and 10. RGB value is (78,254,16). Sum of RGB (Red+Green+Blue) = 78+254+16=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 254 (99.61% from 255 or 72.99% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFE10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFE10 is #B101EF. Grayscale: #AFAFAF. Windows color (decimal): -11600368 or 1113678. OLE color: 1113678.

HSL color Cylindrical-coordinate representation of color #4EFE10: hue angle of 104.37º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4EFE10 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB7825416-
CMYK0.6900.940.00
HSL104.37º99.17%52.94%-
HSV(B)104.37º93.7%99.61%-
XYZ38.6872.5412.45-
YUV174.2438.6959.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.41%
GREEN value IS 254 (99.61% from 255) = 72.99%
BLUE value IS 16 (6.64% from 255) = 4.60%
R=22.41%
G=72.99%
B=4.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal78254160.6900.940.00104.3799.1752.94
Hex4EFE104505E0686335
Octal116376201050136015014365
Binary10011101111111010000100010101011110011010001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,254,16); }

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

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

 a { background-color: rgb(78,254,16); }

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

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

 span { border-color: rgb(78,254,16); }

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