#E0F471

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

Shades of Mindaro #E0F471

Tints of Mindaro #E0F471

Color information

#E0F471 (or 0xE0F471) is unknown color: approx Mindaro. HEX triplet: E0, F4 and 71. RGB value is (224,244,113). Sum of RGB (Red+Green+Blue) = 224+244+113=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 113 (44.53% from 255 or 19.45% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F471 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F471 is #1F0B8E. Grayscale: #DFDFDF. Windows color (decimal): -2034575 or 7468256. OLE color: 7468256.

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

Color convert

RGB224244113-
CMYK0.0800.540.04
HSL69.16º85.62%70%-
HSV(B)69.16º53.69%95.69%-
XYZ66.0781.7427.92-
YUV223.0965.87128.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 244 (95.70% from 255) = 42.00%
BLUE value IS 113 (44.53% from 255) = 19.45%
R=38.55%
G=42.00%
B=19.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242441130.0800.540.0469.1685.6270
HexE0F47180364455646
Octal340364161100664105126106
Binary1110000011110100111000110000110110100100010110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F471; }

 p { color: rgb(224,244,113); }

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

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

 a { background-color: rgb(224,244,113); }

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

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

 span { border-color: rgb(224,244,113); }

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