#E0F26F

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

Shades of Mindaro #E0F26F

Tints of Mindaro #E0F26F

Color information

#E0F26F (or 0xE0F26F) is unknown color: approx Mindaro. HEX triplet: E0, F2 and 6F. RGB value is (224,242,111). Sum of RGB (Red+Green+Blue) = 224+242+111=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 111 (43.75% from 255 or 19.24% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F26F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F26F is #1F0D90. Grayscale: #DEDEDE. Windows color (decimal): -2035089 or 7336672. OLE color: 7336672.

HSL color Cylindrical-coordinate representation of color #E0F26F: hue angle of 68.24º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0F26F is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB224242111-
CMYK0.0700.540.05
HSL68.24º83.44%69.22%-
HSV(B)68.24º54.13%94.9%-
XYZ65.3680.527.13-
YUV221.6865.54129.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 242 (94.92% from 255) = 41.94%
BLUE value IS 111 (43.75% from 255) = 19.24%
R=38.82%
G=41.94%
B=19.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242421110.0700.540.0568.2483.4469.22
HexE0F26F70365445345
Octal34036215770665104123105
Binary111000001111001011011111110110110101100010010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F26F; }

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

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

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

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

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

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

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

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