#E1FF6A

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

Shades of Mindaro #E1FF6A

Tints of Mindaro #E1FF6A

Color information

#E1FF6A (or 0xE1FF6A) is unknown color: approx Mindaro. HEX triplet: E1, FF and 6A. RGB value is (225,255,106). Sum of RGB (Red+Green+Blue) = 225+255+106=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 106 (41.80% from 255 or 18.09% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FF6A is #1E0095. Grayscale: #E5E5E5. Windows color (decimal): -1966230 or 7012321. OLE color: 7012321.

HSL color Cylindrical-coordinate representation of color #E1FF6A: hue angle of 72.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1FF6A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB225255106-
CMYK0.1200.580
HSL72.08º100%70.78%-
HSV(B)72.08º58.43%100%-
XYZ69.4188.5727.07-
YUV229.0458.56125.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 255 (100% from 255) = 43.52%
BLUE value IS 106 (41.80% from 255) = 18.09%
R=38.40%
G=43.52%
B=18.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252551060.1200.58072.0810070.78
HexE1FF6AC03A0486447
Octal341377152140720110144107
Binary11100001111111111101010110001110100100100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FF6A; }

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

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

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

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

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

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

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

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