#E2F56E

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

Shades of Mindaro #E2F56E

Tints of Mindaro #E2F56E

Color information

#E2F56E (or 0xE2F56E) is unknown color: approx Mindaro. HEX triplet: E2, F5 and 6E. RGB value is (226,245,110). Sum of RGB (Red+Green+Blue) = 226+245+110=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 110 (43.36% from 255 or 18.93% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F56E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F56E is #1D0A91. Grayscale: #E0E0E0. Windows color (decimal): -1903250 or 7271906. OLE color: 7271906.

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

Color convert

RGB226245110-
CMYK0.0800.550.04
HSL68.44º87.1%69.61%-
HSV(B)68.44º55.1%96.08%-
XYZ66.8382.627.17-
YUV223.9363.71129.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 245 (96.09% from 255) = 42.17%
BLUE value IS 110 (43.36% from 255) = 18.93%
R=38.90%
G=42.17%
B=18.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262451100.0800.550.0468.4487.169.61
HexE2F56E80374445746
Octal342365156100674104127106
Binary1110001011110101110111010000110111100100010010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F56E; }

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

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

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

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

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

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

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

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