#E0F578

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

Shades of Mindaro #E0F578

Tints of Mindaro #E0F578

Color information

#E0F578 (or 0xE0F578) is unknown color: approx Mindaro. HEX triplet: E0, F5 and 78. RGB value is (224,245,120). Sum of RGB (Red+Green+Blue) = 224+245+120=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 120 (47.27% from 255 or 20.37% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F578 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F578 is #1F0A87. Grayscale: #E0E0E0. Windows color (decimal): -2034312 or 7927264. OLE color: 7927264.

HSL color Cylindrical-coordinate representation of color #E0F578: hue angle of 70.08º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0F578 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB224245120-
CMYK0.0900.510.04
HSL70.08º86.21%71.57%-
HSV(B)70.08º51.02%96.08%-
XYZ66.7882.5130.18-
YUV224.4769.04127.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 245 (96.09% from 255) = 41.60%
BLUE value IS 120 (47.27% from 255) = 20.37%
R=38.03%
G=41.60%
B=20.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242451200.0900.510.0470.0886.2171.57
HexE0F57890334465648
Octal340365170110634106126110
Binary1110000011110101111100010010110011100100011010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F578; }

 p { color: rgb(224,245,120); }

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

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

 a { background-color: rgb(224,245,120); }

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

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

 span { border-color: rgb(224,245,120); }

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