#E0F46B

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

Shades of Mindaro #E0F46B

Tints of Mindaro #E0F46B

Color information

#E0F46B (or 0xE0F46B) is unknown color: approx Mindaro. HEX triplet: E0, F4 and 6B. RGB value is (224,244,107). Sum of RGB (Red+Green+Blue) = 224+244+107=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 244 (95.70% from 255 or 42.43% from 575); Blue value is 107 (42.19% from 255 or 18.61% from 575); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F46B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F46B is #1F0B94. Grayscale: #DEDEDE. Windows color (decimal): -2034581 or 7075040. OLE color: 7075040.

HSL color Cylindrical-coordinate representation of color #E0F46B: hue angle of 68.76º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0F46B is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB224244107-
CMYK0.0800.560.04
HSL68.76º86.16%68.82%-
HSV(B)68.76º56.15%95.69%-
XYZ65.7481.6126.2-
YUV222.462.87129.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 244 (95.70% from 255) = 42.43%
BLUE value IS 107 (42.19% from 255) = 18.61%
R=38.96%
G=42.43%
B=18.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242441070.0800.560.0468.7686.1668.82
HexE0F46B80384455645
Octal340364153100704105126105
Binary1110000011110100110101110000111000100100010110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F46B; }

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

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

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

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

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

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

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

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