#E4FF75

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

Shades of Mindaro #E4FF75

Tints of Mindaro #E4FF75

Color information

#E4FF75 (or 0xE4FF75) is unknown color: approx Mindaro. HEX triplet: E4, FF and 75. RGB value is (228,255,117). Sum of RGB (Red+Green+Blue) = 228+255+117=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 117 (46.09% from 255 or 19.5% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E4FF75 is #1B008A. Grayscale: #E7E7E7. Windows color (decimal): -1769611 or 7733220. OLE color: 7733220.

HSL color Cylindrical-coordinate representation of color #E4FF75: hue angle of 71.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4FF75 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB228255117-
CMYK0.1100.540
HSL71.74º100%72.94%-
HSV(B)71.74º54.12%100%-
XYZ70.9789.330.33-
YUV231.263.55125.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38%
GREEN value IS 255 (100% from 255) = 42.5%
BLUE value IS 117 (46.09% from 255) = 19.5%
R=38%
G=42.5%
B=19.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2282551170.1100.54071.7410072.94
HexE4FF75B0360486449
Octal344377165130660110144111
Binary11100100111111111110101101101101100100100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4FF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4FF75; }

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

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

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

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

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

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

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

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