#E1FB78

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

Shades of Mindaro #E1FB78

Tints of Mindaro #E1FB78

Color information

#E1FB78 (or 0xE1FB78) is unknown color: approx Mindaro. HEX triplet: E1, FB and 78. RGB value is (225,251,120). Sum of RGB (Red+Green+Blue) = 225+251+120=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 120 (47.27% from 255 or 20.13% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FB78 is #1E0487. Grayscale: #E4E4E4. Windows color (decimal): -1967240 or 7928801. OLE color: 7928801.

HSL color Cylindrical-coordinate representation of color #E1FB78: hue angle of 71.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1FB78 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB225251120-
CMYK0.1000.520.02
HSL71.91º94.24%72.75%-
HSV(B)71.91º52.19%98.43%-
XYZ68.9486.3630.8-
YUV228.2966.89125.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.75%
GREEN value IS 251 (98.44% from 255) = 42.11%
BLUE value IS 120 (47.27% from 255) = 20.13%
R=37.75%
G=42.11%
B=20.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252511200.1000.520.0271.9194.2472.75
HexE1FB78A0342485e49
Octal341373170120642110136111
Binary111000011111101111110001010011010010100100010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FB78; }

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

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

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

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

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

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

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

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