#E1FC6B

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

Shades of Mindaro #E1FC6B

Tints of Mindaro #E1FC6B

Color information

#E1FC6B (or 0xE1FC6B) is unknown color: approx Mindaro. HEX triplet: E1, FC and 6B. RGB value is (225,252,107). Sum of RGB (Red+Green+Blue) = 225+252+107=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 107 (42.19% from 255 or 18.32% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FC6B is #1E0394. Grayscale: #E3E3E3. Windows color (decimal): -1966997 or 7077089. OLE color: 7077089.

HSL color Cylindrical-coordinate representation of color #E1FC6B: hue angle of 71.17º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1FC6B is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB225252107-
CMYK0.1100.580.01
HSL71.17º96.03%70.39%-
HSV(B)71.17º57.54%98.82%-
XYZ68.5286.6927.03-
YUV227.460.05126.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 252 (98.83% from 255) = 43.15%
BLUE value IS 107 (42.19% from 255) = 18.32%
R=38.53%
G=43.15%
B=18.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252521070.1100.580.0171.1796.0370.39
HexE1FC6BB03A1476046
Octal341374153130721107140106
Binary11100001111111001101011101101110101100011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FC6B; }

 p { color: rgb(225,252,107); }

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

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

 a { background-color: rgb(225,252,107); }

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

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

 span { border-color: rgb(225,252,107); }

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