#E0F780

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

Shades of Mindaro #E0F780

Tints of Mindaro #E0F780

Color information

#E0F780 (or 0xE0F780) is unknown color: approx Mindaro. HEX triplet: E0, F7 and 80. RGB value is (224,247,128). Sum of RGB (Red+Green+Blue) = 224+247+128=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F780 is #1F087F. Grayscale: #E3E3E3. Windows color (decimal): -2033792 or 8452064. OLE color: 8452064.

HSL color Cylindrical-coordinate representation of color #E0F780: hue angle of 71.6º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0F780 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB224247128-
CMYK0.0900.480.03
HSL71.6º88.15%73.53%-
HSV(B)71.6º48.18%96.86%-
XYZ67.983.9333.04-
YUV226.5672.38126.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.40%
GREEN value IS 247 (96.88% from 255) = 41.24%
BLUE value IS 128 (50.39% from 255) = 21.37%
R=37.40%
G=41.24%
B=21.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242471280.0900.480.0371.688.1573.53
HexE0F7809030348584a
Octal340367200110603110130112
Binary1110000011110111100000001001011000011100100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F780; }

 p { color: rgb(224,247,128); }

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

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

 a { background-color: rgb(224,247,128); }

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

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

 span { border-color: rgb(224,247,128); }

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