#E1FD6C

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

Shades of Mindaro #E1FD6C

Tints of Mindaro #E1FD6C

Color information

#E1FD6C (or 0xE1FD6C) is unknown color: approx Mindaro. HEX triplet: E1, FD and 6C. RGB value is (225,253,108). Sum of RGB (Red+Green+Blue) = 225+253+108=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 108 (42.58% from 255 or 18.43% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FD6C is #1E0293. Grayscale: #E4E4E4. Windows color (decimal): -1966740 or 7142881. OLE color: 7142881.

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

Color convert

RGB225253108-
CMYK0.1100.570.01
HSL71.59º97.32%70.78%-
HSV(B)71.59º57.31%99.22%-
XYZ68.8887.3427.42-
YUV228.160.22125.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 253 (99.22% from 255) = 43.17%
BLUE value IS 108 (42.58% from 255) = 18.43%
R=38.40%
G=43.17%
B=18.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252531080.1100.570.0171.5997.3270.78
HexE1FD6CB0391486147
Octal341375154130711110141107
Binary11100001111111011101100101101110011100100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FD6C; }

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

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

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

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

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

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

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

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