#4eed12

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

Shades of Harlequin #4EED12

Tints of Harlequin #4EED12

Color information

#4EED12 (or 0x4EED12) is unknown color: approx Harlequin. HEX triplet: 4E, ED and 12. RGB value is (78,237,18). Sum of RGB (Red+Green+Blue) = 78+237+18=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 237 (92.97% from 255 or 71.17% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 237 - color contains mainly: green. Hex color #4EED12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EED12 is #B112ED. Grayscale: #A5A5A5. Windows color (decimal): -11604718 or 1240398. OLE color: 1240398.

HSL color Cylindrical-coordinate representation of color #4EED12: hue angle of 103.56º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4EED12 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB7823718-
CMYK0.6700.920.07
HSL103.56º85.88%50%-
HSV(B)103.56º92.41%92.94%-
XYZ33.5462.2310.82-
YUV164.4945.3266.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.42%
GREEN value IS 237 (92.97% from 255) = 71.17%
BLUE value IS 18 (7.42% from 255) = 5.41%
R=23.42%
G=71.17%
B=5.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal78237180.6700.920.07103.5685.8850
Hex4EED124305C7685632
Octal116355221030134715012662
Binary1001110111011011001010000110101110011111010001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4eed12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,237,18); }

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

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

 a { background-color: rgb(78,237,18); }

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

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

 span { border-color: rgb(78,237,18); }

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