#E0F776

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

Shades of Mindaro #E0F776

Tints of Mindaro #E0F776

Color information

#E0F776 (or 0xE0F776) is unknown color: approx Mindaro. HEX triplet: E0, F7 and 76. RGB value is (224,247,118). Sum of RGB (Red+Green+Blue) = 224+247+118=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 118 (46.48% from 255 or 20.03% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F776 is #1F0889. Grayscale: #E1E1E1. Windows color (decimal): -2033802 or 7796704. OLE color: 7796704.

HSL color Cylindrical-coordinate representation of color #E0F776: hue angle of 70.7º degrees, saturation: 0.89, 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 #E0F776 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB224247118-
CMYK0.0900.520.03
HSL70.7º88.97%71.57%-
HSV(B)70.7º52.23%96.86%-
XYZ67.2783.6829.75-
YUV225.4267.38126.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 247 (96.88% from 255) = 41.94%
BLUE value IS 118 (46.48% from 255) = 20.03%
R=38.03%
G=41.94%
B=20.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242471180.0900.520.0370.788.9771.57
HexE0F77690343475948
Octal340367166110643107131110
Binary111000001111011111101101001011010011100011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F776; }

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

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

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

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

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

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

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

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