#E2F774

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

Shades of Mindaro #E2F774

Tints of Mindaro #E2F774

Color information

#E2F774 (or 0xE2F774) is unknown color: approx Mindaro. HEX triplet: E2, F7 and 74. RGB value is (226,247,116). Sum of RGB (Red+Green+Blue) = 226+247+116=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F774 is #1D088B. Grayscale: #E2E2E2. Windows color (decimal): -1902732 or 7665634. OLE color: 7665634.

HSL color Cylindrical-coordinate representation of color #E2F774: hue angle of 69.62º 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 #E2F774 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB226247116-
CMYK0.0900.530.03
HSL69.62º89.12%71.18%-
HSV(B)69.62º53.04%96.86%-
XYZ67.7883.9529.15-
YUV225.7966.04128.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 247 (96.88% from 255) = 41.94%
BLUE value IS 116 (45.70% from 255) = 19.69%
R=38.37%
G=41.94%
B=19.69%

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
Decimal2262471160.0900.530.0369.6289.1271.18
HexE2F77490353465947
Octal342367164110653106131107
Binary111000101111011111101001001011010111100011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F774; }

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

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

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

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

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

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

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

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