#E1FB7A

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

Shades of Mindaro #E1FB7A

Tints of Mindaro #E1FB7A

Color information

#E1FB7A (or 0xE1FB7A) is unknown color: approx Mindaro. HEX triplet: E1, FB and 7A. RGB value is (225,251,122). Sum of RGB (Red+Green+Blue) = 225+251+122=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FB7A is #1E0485. Grayscale: #E5E5E5. Windows color (decimal): -1967238 or 8059873. OLE color: 8059873.

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

Color convert

RGB225251122-
CMYK0.1000.510.02
HSL72.09º94.16%73.14%-
HSV(B)72.09º51.39%98.43%-
XYZ69.0686.4131.45-
YUV228.5267.89125.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 251 (98.44% from 255) = 41.97%
BLUE value IS 122 (48.05% from 255) = 20.40%
R=37.63%
G=41.97%
B=20.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252511220.1000.510.0272.0994.1673.14
HexE1FB7AA0332485e49
Octal341373172120632110136111
Binary111000011111101111110101010011001110100100010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FB7A; }

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

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

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

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

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

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

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

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