#E0F86B

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

Shades of Mindaro #E0F86B

Tints of Mindaro #E0F86B

Color information

#E0F86B (or 0xE0F86B) is unknown color: approx Mindaro. HEX triplet: E0, F8 and 6B. RGB value is (224,248,107). Sum of RGB (Red+Green+Blue) = 224+248+107=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F86B is #1F0794. Grayscale: #E1E1E1. Windows color (decimal): -2033557 or 7076064. OLE color: 7076064.

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

Color convert

RGB224248107-
CMYK0.1000.570.03
HSL70.21º90.97%69.61%-
HSV(B)70.21º56.85%97.25%-
XYZ66.9684.0426.6-
YUV224.7561.55127.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.69%
GREEN value IS 248 (97.27% from 255) = 42.83%
BLUE value IS 107 (42.19% from 255) = 18.48%
R=38.69%
G=42.83%
B=18.48%

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
Decimal2242481070.1000.570.0370.2190.9769.61
HexE0F86BA0393465b46
Octal340370153120713106133106
Binary111000001111100011010111010011100111100011010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F86B; }

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

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

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

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

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

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

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

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