#E3F470

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

Shades of Mindaro #E3F470

Tints of Mindaro #E3F470

Color information

#E3F470 (or 0xE3F470) is unknown color: approx Mindaro. HEX triplet: E3, F4 and 70. RGB value is (227,244,112). Sum of RGB (Red+Green+Blue) = 227+244+112=583 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.94% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #E3F470 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E3F470 is #1C0B8F. Grayscale: #E0E0E0. Windows color (decimal): -1837968 or 7402723. OLE color: 7402723.

HSL color Cylindrical-coordinate representation of color #E3F470: hue angle of 67.73º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E3F470 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB227244112-
CMYK0.0700.540.04
HSL67.73º85.71%69.8%-
HSV(B)67.73º54.1%95.69%-
XYZ66.9582.227.67-
YUV223.8764.87130.23-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.94%
GREEN value IS 244 (95.70% from 255) = 41.85%
BLUE value IS 112 (44.14% from 255) = 19.21%
R=38.94%
G=41.85%
B=19.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2272441120.0700.540.0467.7385.7169.8
HexE3F47070364445646
Octal34336416070664104126106
Binary111000111111010011100001110110110100100010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3F470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3F470; }

 p { color: rgb(227,244,112); }

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

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

 a { background-color: rgb(227,244,112); }

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

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

 span { border-color: rgb(227,244,112); }

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