#E1FF78

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

Shades of Mindaro #E1FF78

Tints of Mindaro #E1FF78

Color information

#E1FF78 (or 0xE1FF78) is unknown color: approx Mindaro. HEX triplet: E1, FF and 78. RGB value is (225,255,120). Sum of RGB (Red+Green+Blue) = 225+255+120=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 120 (47.27% from 255 or 20% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FF78 is #1E0087. Grayscale: #E7E7E7. Windows color (decimal): -1966216 or 7929825. OLE color: 7929825.

HSL color Cylindrical-coordinate representation of color #E1FF78: hue angle of 73.33º 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 #E1FF78 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB225255120-
CMYK0.1200.530
HSL73.33º100%73.53%-
HSV(B)73.33º52.94%100%-
XYZ70.288.8831.23-
YUV230.6465.56123.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 255 (100% from 255) = 42.5%
BLUE value IS 120 (47.27% from 255) = 20%
R=37.5%
G=42.5%
B=20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252551200.1200.53073.3310073.53
HexE1FF78C035049644a
Octal341377170140650111144112
Binary11100001111111111111000110001101010100100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FF78; }

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

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

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

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

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

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

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

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