#E2F572

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

Shades of Mindaro #E2F572

Tints of Mindaro #E2F572

Color information

#E2F572 (or 0xE2F572) is unknown color: approx Mindaro. HEX triplet: E2, F5 and 72. RGB value is (226,245,114). Sum of RGB (Red+Green+Blue) = 226+245+114=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 114 (44.92% from 255 or 19.49% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F572 is #1D0A8D. Grayscale: #E0E0E0. Windows color (decimal): -1903246 or 7534050. OLE color: 7534050.

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

Color convert

RGB226245114-
CMYK0.0800.530.04
HSL68.7º86.75%70.39%-
HSV(B)68.7º53.47%96.08%-
XYZ67.0582.6928.35-
YUV224.3965.71129.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 245 (96.09% from 255) = 41.88%
BLUE value IS 114 (44.92% from 255) = 19.49%
R=38.63%
G=41.88%
B=19.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262451140.0800.530.0468.786.7570.39
HexE2F57280354455746
Octal342365162100654105127106
Binary1110001011110101111001010000110101100100010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F572; }

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

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

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

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

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

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

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

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