#E1FB73

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

Shades of Mindaro #E1FB73

Tints of Mindaro #E1FB73

Color information

#E1FB73 (or 0xE1FB73) is unknown color: approx Mindaro. HEX triplet: E1, FB and 73. RGB value is (225,251,115). Sum of RGB (Red+Green+Blue) = 225+251+115=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 115 (45.31% from 255 or 19.46% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FB73 is #1E048C. Grayscale: #E4E4E4. Windows color (decimal): -1967245 or 7601121. OLE color: 7601121.

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

Color convert

RGB225251115-
CMYK0.1000.540.02
HSL71.47º94.44%71.76%-
HSV(B)71.47º54.18%98.43%-
XYZ68.6486.2429.25-
YUV227.7264.39126.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 251 (98.44% from 255) = 42.47%
BLUE value IS 115 (45.31% from 255) = 19.46%
R=38.07%
G=42.47%
B=19.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252511150.1000.540.0271.4794.4471.76
HexE1FB73A0362475e48
Octal341373163120662107136110
Binary111000011111101111100111010011011010100011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FB73; }

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

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

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

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

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

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

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

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