#E1F07A

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

Shades of Mindaro #E1F07A

Tints of Mindaro #E1F07A

Color information

#E1F07A (or 0xE1F07A) is unknown color: approx Mindaro. HEX triplet: E1, F0 and 7A. RGB value is (225,240,122). Sum of RGB (Red+Green+Blue) = 225+240+122=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F07A is #1E0F85. Grayscale: #DEDEDE. Windows color (decimal): -1970054 or 8057057. OLE color: 8057057.

HSL color Cylindrical-coordinate representation of color #E1F07A: hue angle of 67.63º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1F07A is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB225240122-
CMYK0.0600.490.06
HSL67.63º79.73%70.98%-
HSV(B)67.63º49.17%94.12%-
XYZ65.7279.7330.34-
YUV222.0671.53130.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.33%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 122 (48.05% from 255) = 20.78%
R=38.33%
G=40.89%
B=20.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252401220.0600.490.0667.6379.7370.98
HexE1F07A60316445047
Octal34136017260616104120107
Binary111000011111000011110101100110001110100010010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F07A; }

 p { color: rgb(225,240,122); }

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

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

 a { background-color: rgb(225,240,122); }

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

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

 span { border-color: rgb(225,240,122); }

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