#E1F182

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

Shades of Mindaro #E1F182

Tints of Mindaro #E1F182

Color information

#E1F182 (or 0xE1F182) is unknown color: approx Mindaro. HEX triplet: E1, F1 and 82. RGB value is (225,241,130). Sum of RGB (Red+Green+Blue) = 225+241+130=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F182 is #1E0E7D. Grayscale: #DFDFDF. Windows color (decimal): -1969790 or 8581601. OLE color: 8581601.

HSL color Cylindrical-coordinate representation of color #E1F182: hue angle of 68.65º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1F182 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB225241130-
CMYK0.0700.460.05
HSL68.65º79.86%72.75%-
HSV(B)68.65º46.06%94.51%-
XYZ66.5480.5333.16-
YUV223.5675.2129.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 130 (51.17% from 255) = 21.81%
R=37.75%
G=40.44%
B=21.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252411300.0700.460.0568.6579.8672.75
HexE1F182702E5455049
Octal34136120270565105120111
Binary1110000111110001100000101110101110101100010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F182; }

 p { color: rgb(225,241,130); }

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

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

 a { background-color: rgb(225,241,130); }

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

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

 span { border-color: rgb(225,241,130); }

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