#E0F86F

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

Shades of Mindaro #E0F86F

Tints of Mindaro #E0F86F

Color information

#E0F86F (or 0xE0F86F) is unknown color: approx Mindaro. HEX triplet: E0, F8 and 6F. RGB value is (224,248,111). Sum of RGB (Red+Green+Blue) = 224+248+111=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 111 (43.75% from 255 or 19.04% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F86F is #1F0790. Grayscale: #E1E1E1. Windows color (decimal): -2033553 or 7338208. OLE color: 7338208.

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

Color convert

RGB224248111-
CMYK0.1000.550.03
HSL70.51º90.73%70.39%-
HSV(B)70.51º55.24%97.25%-
XYZ67.1884.1327.74-
YUV225.2163.55127.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 248 (97.27% from 255) = 42.54%
BLUE value IS 111 (43.75% from 255) = 19.04%
R=38.42%
G=42.54%
B=19.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242481110.1000.550.0370.5190.7370.39
HexE0F86FA0373475b46
Octal340370157120673107133106
Binary111000001111100011011111010011011111100011110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F86F; }

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

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

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

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

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

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

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

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