#E1F14C

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

Shades of Manz #E1F14C

Tints of Manz #E1F14C

Color information

#E1F14C (or 0xE1F14C) is unknown color: approx Manz. HEX triplet: E1, F1 and 4C. RGB value is (225,241,76). Sum of RGB (Red+Green+Blue) = 225+241+76=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 76 (30.08% from 255 or 14.02% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F14C is #1E0EB3. Grayscale: #DADADA. Windows color (decimal): -1969844 or 5042657. OLE color: 5042657.

HSL color Cylindrical-coordinate representation of color #E1F14C: hue angle of 65.82º 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 #E1F14C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB22524176-
CMYK0.0700.680.05
HSL65.82º85.49%62.16%-
HSV(B)65.82º68.46%94.51%-
XYZ63.8179.4418.81-
YUV217.4148.2133.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 241 (94.53% from 255) = 44.46%
BLUE value IS 76 (30.08% from 255) = 14.02%
R=41.51%
G=44.46%
B=14.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal225241760.0700.680.0565.8285.4962.16
HexE1F14C7044542553e
Octal34136111470104510212576
Binary111000011111000110011001110100010010110000101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F14C; }

 p { color: rgb(225,241,76); }

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

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

 a { background-color: rgb(225,241,76); }

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

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

 span { border-color: rgb(225,241,76); }

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