#E4EF75

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

Shades of Mindaro #E4EF75

Tints of Mindaro #E4EF75

Color information

#E4EF75 (or 0xE4EF75) is unknown color: approx Mindaro. HEX triplet: E4, EF and 75. RGB value is (228,239,117). Sum of RGB (Red+Green+Blue) = 228+239+117=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #E4EF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4EF75 is #1B108A. Grayscale: #DEDEDE. Windows color (decimal): -1773707 or 7729124. OLE color: 7729124.

HSL color Cylindrical-coordinate representation of color #E4EF75: hue angle of 65.41º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4EF75 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB228239117-
CMYK0.0500.510.06
HSL65.41º79.22%69.8%-
HSV(B)65.41º51.05%93.73%-
XYZ66.0779.5128.69-
YUV221.868.86132.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.04%
GREEN value IS 239 (93.75% from 255) = 40.92%
BLUE value IS 117 (46.09% from 255) = 20.03%
R=39.04%
G=40.92%
B=20.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2282391170.0500.510.0665.4179.2269.8
HexE4EF7550336414f46
Octal34435716550636101117106
Binary111001001110111111101011010110011110100000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EF75; }

 p { color: rgb(228,239,117); }

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

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

 a { background-color: rgb(228,239,117); }

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

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

 span { border-color: rgb(228,239,117); }

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