#E0F879

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

Shades of Mindaro #E0F879

Tints of Mindaro #E0F879

Color information

#E0F879 (or 0xE0F879) is unknown color: approx Mindaro. HEX triplet: E0, F8 and 79. RGB value is (224,248,121). Sum of RGB (Red+Green+Blue) = 224+248+121=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 121 (47.66% from 255 or 20.40% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F879 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F879 is #1F0786. Grayscale: #E2E2E2. Windows color (decimal): -2033543 or 7993568. OLE color: 7993568.

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

Color convert

RGB224248121-
CMYK0.1000.510.03
HSL71.34º90.07%72.35%-
HSV(B)71.34º51.21%97.25%-
XYZ67.7684.3630.8-
YUV226.3568.55126.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 248 (97.27% from 255) = 41.82%
BLUE value IS 121 (47.66% from 255) = 20.40%
R=37.77%
G=41.82%
B=20.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242481210.1000.510.0371.3490.0772.35
HexE0F879A0333475a48
Octal340370171120633107132110
Binary111000001111100011110011010011001111100011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F879; }

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

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

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

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

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

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

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

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