#E1FD75

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

Shades of Mindaro #E1FD75

Tints of Mindaro #E1FD75

Color information

#E1FD75 (or 0xE1FD75) is unknown color: approx Mindaro. HEX triplet: E1, FD and 75. RGB value is (225,253,117). Sum of RGB (Red+Green+Blue) = 225+253+117=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1FD75 is #1E028A. Grayscale: #E5E5E5. Windows color (decimal): -1966731 or 7732705. OLE color: 7732705.

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

Color convert

RGB225253117-
CMYK0.1100.540.01
HSL72.35º97.14%72.55%-
HSV(B)72.35º53.75%99.22%-
XYZ69.3987.5430.07-
YUV229.1264.72125.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 117 (46.09% from 255) = 19.66%
R=37.82%
G=42.52%
B=19.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252531170.1100.540.0172.3597.1472.55
HexE1FD75B0361486149
Octal341375165130661110141111
Binary11100001111111011110101101101101101100100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FD75; }

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

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

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

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

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

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

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

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