#E2F172

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

Shades of Mindaro #E2F172

Tints of Mindaro #E2F172

Color information

#E2F172 (or 0xE2F172) is unknown color: approx Mindaro. HEX triplet: E2, F1 and 72. RGB value is (226,241,114). Sum of RGB (Red+Green+Blue) = 226+241+114=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F172 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F172 is #1D0E8D. Grayscale: #DEDEDE. Windows color (decimal): -1904270 or 7533026. OLE color: 7533026.

HSL color Cylindrical-coordinate representation of color #E2F172: hue angle of 67.09º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2F172 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB226241114-
CMYK0.0600.530.05
HSL67.09º81.94%69.61%-
HSV(B)67.09º52.7%94.51%-
XYZ65.8680.2927.95-
YUV222.0467.03130.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 114 (44.92% from 255) = 19.62%
R=38.90%
G=41.48%
B=19.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262411140.0600.530.0567.0981.9469.61
HexE2F17260355435246
Octal34236116260655103122106
Binary111000101111000111100101100110101101100001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F172; }

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

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

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

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

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

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

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

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