#E2EA79

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

Shades of Mindaro #E2EA79

Tints of Mindaro #E2EA79

Color information

#E2EA79 (or 0xE2EA79) is unknown color: approx Mindaro. HEX triplet: E2, EA and 79. RGB value is (226,234,121). Sum of RGB (Red+Green+Blue) = 226+234+121=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 121 (47.66% from 255 or 20.83% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EA79 is #1D1586. Grayscale: #DBDBDB. Windows color (decimal): -1906055 or 7989986. OLE color: 7989986.

HSL color Cylindrical-coordinate representation of color #E2EA79: hue angle of 64.25º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2EA79 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB226234121-
CMYK0.0300.480.08
HSL64.25º72.9%69.61%-
HSV(B)64.25º48.29%91.76%-
XYZ64.2476.3929.45-
YUV218.7372.85133.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 234 (91.80% from 255) = 40.28%
BLUE value IS 121 (47.66% from 255) = 20.83%
R=38.90%
G=40.28%
B=20.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262341210.0300.480.0864.2572.969.61
HexE2EA7930308404946
Octal342352171306010100111106
Binary111000101110101011110011101100001000100000010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EA79; }

 p { color: rgb(226,234,121); }

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

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

 a { background-color: rgb(226,234,121); }

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

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

 span { border-color: rgb(226,234,121); }

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