#E5FF78

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

Shades of Mindaro #E5FF78

Tints of Mindaro #E5FF78

Color information

#E5FF78 (or 0xE5FF78) is unknown color: approx Mindaro. HEX triplet: E5, FF and 78. RGB value is (229,255,120). Sum of RGB (Red+Green+Blue) = 229+255+120=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 120 (47.27% from 255 or 19.87% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5FF78 is #1A0087. Grayscale: #E8E8E8. Windows color (decimal): -1704072 or 7929829. OLE color: 7929829.

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

Color convert

RGB229255120-
CMYK0.1000.530
HSL71.56º100%73.53%-
HSV(B)71.56º52.94%100%-
XYZ71.4689.5331.28-
YUV231.8464.89125.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.91%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 120 (47.27% from 255) = 19.87%
R=37.91%
G=42.22%
B=19.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292551200.1000.53071.5610073.53
HexE5FF78A035048644a
Octal345377170120650110144112
Binary11100101111111111111000101001101010100100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FF78; }

 p { color: rgb(229,255,120); }

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

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

 a { background-color: rgb(229,255,120); }

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

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

 span { border-color: rgb(229,255,120); }

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