#E0F76D

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

Shades of Mindaro #E0F76D

Tints of Mindaro #E0F76D

Color information

#E0F76D (or 0xE0F76D) is unknown color: approx Mindaro. HEX triplet: E0, F7 and 6D. RGB value is (224,247,109). Sum of RGB (Red+Green+Blue) = 224+247+109=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 109 (42.97% from 255 or 18.79% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F76D is #1F0892. Grayscale: #E0E0E0. Windows color (decimal): -2033811 or 7206880. OLE color: 7206880.

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

Color convert

RGB224247109-
CMYK0.0900.560.03
HSL70º89.61%69.8%-
HSV(B)70º55.87%96.86%-
XYZ66.7683.4727.06-
YUV224.3962.88127.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 247 (96.88% from 255) = 42.59%
BLUE value IS 109 (42.97% from 255) = 18.79%
R=38.62%
G=42.59%
B=18.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242471090.0900.560.037089.6169.8
HexE0F76D90383465a46
Octal340367155110703106132106
Binary111000001111011111011011001011100011100011010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F76D; }

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

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

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

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

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

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

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

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