#E0F97A

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

Shades of Mindaro #E0F97A

Tints of Mindaro #E0F97A

Color information

#E0F97A (or 0xE0F97A) is unknown color: approx Mindaro. HEX triplet: E0, F9 and 7A. RGB value is (224,249,122). Sum of RGB (Red+Green+Blue) = 224+249+122=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F97A is #1F0685. Grayscale: #E3E3E3. Windows color (decimal): -2033286 or 8059360. OLE color: 8059360.

HSL color Cylindrical-coordinate representation of color #E0F97A: hue angle of 71.81º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0F97A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB224249122-
CMYK0.1000.510.02
HSL71.81º91.37%72.75%-
HSV(B)71.81º51%97.65%-
XYZ68.138531.23-
YUV227.0568.72125.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.65%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 122 (48.05% from 255) = 20.50%
R=37.65%
G=41.85%
B=20.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242491220.1000.510.0271.8191.3772.75
HexE0F97AA0332485b49
Octal340371172120632110133111
Binary111000001111100111110101010011001110100100010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F97A; }

 p { color: rgb(224,249,122); }

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

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

 a { background-color: rgb(224,249,122); }

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

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

 span { border-color: rgb(224,249,122); }

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