#E2F14D

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

Shades of Manz #E2F14D

Tints of Manz #E2F14D

Color information

#E2F14D (or 0xE2F14D) is unknown color: approx Manz. HEX triplet: E2, F1 and 4D. RGB value is (226,241,77). Sum of RGB (Red+Green+Blue) = 226+241+77=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F14D is #1D0EB2. Grayscale: #DADADA. Windows color (decimal): -1904307 or 5108194. OLE color: 5108194.

HSL color Cylindrical-coordinate representation of color #E2F14D: hue angle of 65.49º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2F14D is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB22624177-
CMYK0.0600.680.05
HSL65.49º85.42%62.35%-
HSV(B)65.49º68.05%94.51%-
XYZ64.1679.6219.01-
YUV217.8248.53133.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 241 (94.53% from 255) = 44.30%
BLUE value IS 77 (30.47% from 255) = 14.15%
R=41.54%
G=44.30%
B=14.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal226241770.0600.680.0565.4985.4262.35
HexE2F14D6044541553e
Octal34236111560104510112576
Binary111000101111000110011011100100010010110000011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F14D; }

 p { color: rgb(226,241,77); }

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

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

 a { background-color: rgb(226,241,77); }

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

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

 span { border-color: rgb(226,241,77); }

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