#E0EC71

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

Shades of Mindaro #E0EC71

Tints of Mindaro #E0EC71

Color information

#E0EC71 (or 0xE0EC71) is unknown color: approx Mindaro. HEX triplet: E0, EC and 71. RGB value is (224,236,113). Sum of RGB (Red+Green+Blue) = 224+236+113=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0EC71 is #1F138E. Grayscale: #DADADA. Windows color (decimal): -2036623 or 7466208. OLE color: 7466208.

HSL color Cylindrical-coordinate representation of color #E0EC71: hue angle of 65.85º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0EC71 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB224236113-
CMYK0.0500.520.07
HSL65.85º76.4%68.43%-
HSV(B)65.85º52.12%92.55%-
XYZ63.7277.0327.13-
YUV218.3968.52132-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.09%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 113 (44.53% from 255) = 19.72%
R=39.09%
G=41.19%
B=19.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242361130.0500.520.0765.8576.468.43
HexE0EC7150347424c44
Octal34035416150647102114104
Binary111000001110110011100011010110100111100001010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EC71; }

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

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

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

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

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

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

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

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