#4EFE20

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

Shades of Harlequin #4EFE20

Tints of Harlequin #4EFE20

Color information

#4EFE20 (or 0x4EFE20) is unknown color: approx Harlequin. HEX triplet: 4E, FE and 20. RGB value is (78,254,32). Sum of RGB (Red+Green+Blue) = 78+254+32=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 254 (99.61% from 255 or 69.78% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFE20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EFE20 is #B101DF. Grayscale: #B0B0B0. Windows color (decimal): -11600352 or 2162254. OLE color: 2162254.

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

Color convert

RGB7825432-
CMYK0.6900.870.00
HSL107.57º99.11%56.08%-
HSV(B)107.57º87.4%99.61%-
XYZ38.8472.6113.33-
YUV176.0746.6958.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.43%
GREEN value IS 254 (99.61% from 255) = 69.78%
BLUE value IS 32 (12.89% from 255) = 8.79%
R=21.43%
G=69.78%
B=8.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal78254320.6900.870.00107.5799.1156.08
Hex4EFE204505706c6338
Octal116376401050127015414370
Binary100111011111110100000100010101010111011011001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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