#E2F776

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

Shades of Mindaro #E2F776

Tints of Mindaro #E2F776

Color information

#E2F776 (or 0xE2F776) is unknown color: approx Mindaro. HEX triplet: E2, F7 and 76. RGB value is (226,247,118). Sum of RGB (Red+Green+Blue) = 226+247+118=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 247 (96.88% from 255 or 41.79% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F776 is #1D0889. Grayscale: #E2E2E2. Windows color (decimal): -1902730 or 7796706. OLE color: 7796706.

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

Color convert

RGB226247118-
CMYK0.0900.520.03
HSL69.77º88.97%71.57%-
HSV(B)69.77º52.23%96.86%-
XYZ67.898429.77-
YUV226.0267.04127.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.24%
GREEN value IS 247 (96.88% from 255) = 41.79%
BLUE value IS 118 (46.48% from 255) = 19.97%
R=38.24%
G=41.79%
B=19.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2262471180.0900.520.0369.7788.9771.57
HexE2F77690343465948
Octal342367166110643106131110
Binary111000101111011111101101001011010011100011010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F776; }

 p { color: rgb(226,247,118); }

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

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

 a { background-color: rgb(226,247,118); }

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

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

 span { border-color: rgb(226,247,118); }

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