#E2F672

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

Shades of Mindaro #E2F672

Tints of Mindaro #E2F672

Color information

#E2F672 (or 0xE2F672) is unknown color: approx Mindaro. HEX triplet: E2, F6 and 72. RGB value is (226,246,114). Sum of RGB (Red+Green+Blue) = 226+246+114=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F672 is #1D098D. Grayscale: #E1E1E1. Windows color (decimal): -1902990 or 7534306. OLE color: 7534306.

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

Color convert

RGB226246114-
CMYK0.0800.540.04
HSL69.09º88%70.59%-
HSV(B)69.09º53.66%96.47%-
XYZ67.3683.328.45-
YUV224.9765.37128.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 246 (96.48% from 255) = 41.98%
BLUE value IS 114 (44.92% from 255) = 19.45%
R=38.57%
G=41.98%
B=19.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262461140.0800.540.0469.098870.59
HexE2F67280364455847
Octal342366162100664105130107
Binary1110001011110110111001010000110110100100010110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F672; }

 p { color: rgb(226,246,114); }

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

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

 a { background-color: rgb(226,246,114); }

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

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

 span { border-color: rgb(226,246,114); }

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