#E0EF76

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

Shades of Mindaro #E0EF76

Tints of Mindaro #E0EF76

Color information

#E0EF76 (or 0xE0EF76) is unknown color: approx Mindaro. HEX triplet: E0, EF and 76. RGB value is (224,239,118). Sum of RGB (Red+Green+Blue) = 224+239+118=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0EF76 is #1F1089. Grayscale: #DDDDDD. Windows color (decimal): -2035850 or 7794656. OLE color: 7794656.

HSL color Cylindrical-coordinate representation of color #E0EF76: hue angle of 67.44º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0EF76 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB224239118-
CMYK0.0600.510.06
HSL67.44º79.08%70%-
HSV(B)67.44º50.63%93.73%-
XYZ64.8878.8928.95-
YUV220.7270.03130.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 239 (93.75% from 255) = 41.14%
BLUE value IS 118 (46.48% from 255) = 20.31%
R=38.55%
G=41.14%
B=20.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242391180.0600.510.0667.4479.0870
HexE0EF7660336434f46
Octal34035716660636103117106
Binary111000001110111111101101100110011110100001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EF76; }

 p { color: rgb(224,239,118); }

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

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

 a { background-color: rgb(224,239,118); }

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

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

 span { border-color: rgb(224,239,118); }

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