#E0F86A

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

Shades of Mindaro #E0F86A

Tints of Mindaro #E0F86A

Color information

#E0F86A (or 0xE0F86A) is unknown color: approx Mindaro. HEX triplet: E0, F8 and 6A. RGB value is (224,248,106). Sum of RGB (Red+Green+Blue) = 224+248+106=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 106 (41.80% from 255 or 18.34% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F86A is #1F0795. Grayscale: #E1E1E1. Windows color (decimal): -2033558 or 7010528. OLE color: 7010528.

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

Color convert

RGB224248106-
CMYK0.1000.570.03
HSL70.14º91.03%69.41%-
HSV(B)70.14º57.26%97.25%-
XYZ66.9184.0226.33-
YUV224.6461.05127.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.75%
GREEN value IS 248 (97.27% from 255) = 42.91%
BLUE value IS 106 (41.80% from 255) = 18.34%
R=38.75%
G=42.91%
B=18.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242481060.1000.570.0370.1491.0369.41
HexE0F86AA0393465b45
Octal340370152120713106133105
Binary111000001111100011010101010011100111100011010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F86A; }

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

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

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

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

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

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

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

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