#E3F07A

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

Shades of Mindaro #E3F07A

Tints of Mindaro #E3F07A

Color information

#E3F07A (or 0xE3F07A) is unknown color: approx Mindaro. HEX triplet: E3, F0 and 7A. RGB value is (227,240,122). Sum of RGB (Red+Green+Blue) = 227+240+122=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #E3F07A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E3F07A is #1C0F85. Grayscale: #DFDFDF. Windows color (decimal): -1838982 or 8057059. OLE color: 8057059.

HSL color Cylindrical-coordinate representation of color #E3F07A: hue angle of 66.61º 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 #E3F07A is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB227240122-
CMYK0.0500.490.06
HSL66.61º79.73%70.98%-
HSV(B)66.61º49.17%94.12%-
XYZ66.3580.0630.37-
YUV222.6671.19131.09-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.54%
GREEN value IS 240 (94.14% from 255) = 40.75%
BLUE value IS 122 (48.05% from 255) = 20.71%
R=38.54%
G=40.75%
B=20.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2272401220.0500.490.0666.6179.7370.98
HexE3F07A50316435047
Octal34336017250616103120107
Binary111000111111000011110101010110001110100001110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3F07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3F07A; }

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

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

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

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

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

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

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

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