#E1FD6A

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

Shades of Mindaro #E1FD6A

Tints of Mindaro #E1FD6A

Color information

#E1FD6A (or 0xE1FD6A) is unknown color: approx Mindaro. HEX triplet: E1, FD and 6A. RGB value is (225,253,106). Sum of RGB (Red+Green+Blue) = 225+253+106=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 106 (41.80% from 255 or 18.15% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FD6A is #1E0295. Grayscale: #E4E4E4. Windows color (decimal): -1966742 or 7011809. OLE color: 7011809.

HSL color Cylindrical-coordinate representation of color #E1FD6A: hue angle of 71.43º degrees, saturation: 0.97, 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 #E1FD6A is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB225253106-
CMYK0.1100.580.01
HSL71.43º97.35%70.39%-
HSV(B)71.43º58.1%99.22%-
XYZ68.7887.326.86-
YUV227.8759.22125.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 253 (99.22% from 255) = 43.32%
BLUE value IS 106 (41.80% from 255) = 18.15%
R=38.53%
G=43.32%
B=18.15%

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
Decimal2252531060.1100.580.0171.4397.3570.39
HexE1FD6AB03A1476146
Octal341375152130721107141106
Binary11100001111111011101010101101110101100011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FD6A; }

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

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

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

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

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

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

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

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