#E1F86A

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

Shades of Mindaro #E1F86A

Tints of Mindaro #E1F86A

Color information

#E1F86A (or 0xE1F86A) is unknown color: approx Mindaro. HEX triplet: E1, F8 and 6A. RGB value is (225,248,106). Sum of RGB (Red+Green+Blue) = 225+248+106=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 106 (41.80% from 255 or 18.31% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #E1F86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F86A is #1E0795. Grayscale: #E1E1E1. Windows color (decimal): -1968022 or 7010529. OLE color: 7010529.

HSL color Cylindrical-coordinate representation of color #E1F86A: hue angle of 69.72º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1F86A is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB225248106-
CMYK0.0900.570.03
HSL69.72º91.03%69.41%-
HSV(B)69.72º57.26%97.25%-
XYZ67.2284.1826.34-
YUV224.9460.88128.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.86%
GREEN value IS 248 (97.27% from 255) = 42.83%
BLUE value IS 106 (41.80% from 255) = 18.31%
R=38.86%
G=42.83%
B=18.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2252481060.0900.570.0369.7291.0369.41
HexE1F86A90393465b45
Octal341370152110713106133105
Binary111000011111100011010101001011100111100011010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F86A; }

 p { color: rgb(225,248,106); }

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

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

 a { background-color: rgb(225,248,106); }

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

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

 span { border-color: rgb(225,248,106); }

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