#E2FA6F

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

Shades of Mindaro #E2FA6F

Tints of Mindaro #E2FA6F

Color information

#E2FA6F (or 0xE2FA6F) is unknown color: approx Mindaro. HEX triplet: E2, FA and 6F. RGB value is (226,250,111). Sum of RGB (Red+Green+Blue) = 226+250+111=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 111 (43.75% from 255 or 18.91% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FA6F is #1D0590. Grayscale: #E3E3E3. Windows color (decimal): -1901969 or 7338722. OLE color: 7338722.

HSL color Cylindrical-coordinate representation of color #E2FA6F: hue angle of 70.36º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2FA6F is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB226250111-
CMYK0.1000.560.02
HSL70.36º93.29%70.78%-
HSV(B)70.36º55.6%98.04%-
XYZ68.4285.6927.97-
YUV226.9862.55127.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 111 (43.75% from 255) = 18.91%
R=38.50%
G=42.59%
B=18.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262501110.1000.560.0270.3693.2970.78
HexE2FA6FA0382465d47
Octal342372157120702106135107
Binary111000101111101011011111010011100010100011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FA6F; }

 p { color: rgb(226,250,111); }

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

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

 a { background-color: rgb(226,250,111); }

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

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

 span { border-color: rgb(226,250,111); }

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