#E3F180

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

Shades of Mindaro #E3F180

Tints of Mindaro #E3F180

Color information

#E3F180 (or 0xE3F180) is unknown color: approx Mindaro. HEX triplet: E3, F1 and 80. RGB value is (227,241,128). Sum of RGB (Red+Green+Blue) = 227+241+128=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #E3F180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3F180 is #1C0E7F. Grayscale: #E0E0E0. Windows color (decimal): -1838720 or 8450531. OLE color: 8450531.

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

Color convert

RGB227241128-
CMYK0.0600.470.05
HSL67.43º80.14%72.35%-
HSV(B)67.43º46.89%94.51%-
XYZ67.0380.832.49-
YUV223.9373.86130.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.09%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 128 (50.39% from 255) = 21.48%
R=38.09%
G=40.44%
B=21.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2272411280.0600.470.0567.4380.1472.35
HexE3F180602F5435048
Octal34336120060575103120110
Binary1110001111110001100000001100101111101100001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3F180; }

 p { color: rgb(227,241,128); }

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

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

 a { background-color: rgb(227,241,128); }

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

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

 span { border-color: rgb(227,241,128); }

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