#E0F77E

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

Shades of Mindaro #E0F77E

Tints of Mindaro #E0F77E

Color information

#E0F77E (or 0xE0F77E) is unknown color: approx Mindaro. HEX triplet: E0, F7 and 7E. RGB value is (224,247,126). Sum of RGB (Red+Green+Blue) = 224+247+126=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 126 (49.61% from 255 or 21.11% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F77E is #1F0881. Grayscale: #E2E2E2. Windows color (decimal): -2033794 or 8320992. OLE color: 8320992.

HSL color Cylindrical-coordinate representation of color #E0F77E: hue angle of 71.4º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0F77E is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB224247126-
CMYK0.0900.490.03
HSL71.4º88.32%73.14%-
HSV(B)71.4º48.99%96.86%-
XYZ67.7783.8832.36-
YUV226.3371.38126.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.52%
GREEN value IS 247 (96.88% from 255) = 41.37%
BLUE value IS 126 (49.61% from 255) = 21.11%
R=37.52%
G=41.37%
B=21.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242471260.0900.490.0371.488.3273.14
HexE0F77E90313475849
Octal340367176110613107130111
Binary111000001111011111111101001011000111100011110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F77E; }

 p { color: rgb(224,247,126); }

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

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

 a { background-color: rgb(224,247,126); }

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

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

 span { border-color: rgb(224,247,126); }

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