#E2FF7E

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

Shades of Mindaro #E2FF7E

Tints of Mindaro #E2FF7E

Color information

#E2FF7E (or 0xE2FF7E) is unknown color: approx Mindaro. HEX triplet: E2, FF and 7E. RGB value is (226,255,126). Sum of RGB (Red+Green+Blue) = 226+255+126=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FF7E is #1D0081. Grayscale: #E8E8E8. Windows color (decimal): -1900674 or 8323042. OLE color: 8323042.

HSL color Cylindrical-coordinate representation of color #E2FF7E: hue angle of 73.49º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2FF7E is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB226255126-
CMYK0.1100.510
HSL73.49º100%74.71%-
HSV(B)73.49º50.59%100%-
XYZ70.8989.233.22-
YUV231.6268.39123.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 126 (49.61% from 255) = 20.76%
R=37.23%
G=42.01%
B=20.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2262551260.1100.51073.4910074.71
HexE2FF7EB033049644b
Octal342377176130630111144113
Binary11100010111111111111110101101100110100100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FF7E; }

 p { color: rgb(226,255,126); }

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

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

 a { background-color: rgb(226,255,126); }

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

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

 span { border-color: rgb(226,255,126); }

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