#E0F876

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

Shades of Mindaro #E0F876

Tints of Mindaro #E0F876

Color information

#E0F876 (or 0xE0F876) is unknown color: approx Mindaro. HEX triplet: E0, F8 and 76. RGB value is (224,248,118). Sum of RGB (Red+Green+Blue) = 224+248+118=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F876 is #1F0789. Grayscale: #E2E2E2. Windows color (decimal): -2033546 or 7796960. OLE color: 7796960.

HSL color Cylindrical-coordinate representation of color #E0F876: hue angle of 71.08º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0F876 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB224248118-
CMYK0.1000.520.03
HSL71.08º90.28%71.76%-
HSV(B)71.08º52.42%97.25%-
XYZ67.5884.2929.85-
YUV22667.05126.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 248 (97.27% from 255) = 42.03%
BLUE value IS 118 (46.48% from 255) = 20%
R=37.97%
G=42.03%
B=20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242481180.1000.520.0371.0890.2871.76
HexE0F876A0343475a48
Octal340370166120643107132110
Binary111000001111100011101101010011010011100011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F876; }

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

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

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

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

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

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

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

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