#E2F775

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

Shades of Mindaro #E2F775

Tints of Mindaro #E2F775

Color information

#E2F775 (or 0xE2F775) is unknown color: approx Mindaro. HEX triplet: E2, F7 and 75. RGB value is (226,247,117). Sum of RGB (Red+Green+Blue) = 226+247+117=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F775 is #1D088A. Grayscale: #E2E2E2. Windows color (decimal): -1902731 or 7731170. OLE color: 7731170.

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

Color convert

RGB226247117-
CMYK0.0900.530.03
HSL69.69º89.04%71.37%-
HSV(B)69.69º52.63%96.86%-
XYZ67.8483.9729.46-
YUV225.966.54128.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.31%
GREEN value IS 247 (96.88% from 255) = 41.86%
BLUE value IS 117 (46.09% from 255) = 19.83%
R=38.31%
G=41.86%
B=19.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2262471170.0900.530.0369.6989.0471.37
HexE2F77590353465947
Octal342367165110653106131107
Binary111000101111011111101011001011010111100011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F775; }

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

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

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

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

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

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

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

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