#E1F96C

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

Shades of Mindaro #E1F96C

Tints of Mindaro #E1F96C

Color information

#E1F96C (or 0xE1F96C) is unknown color: approx Mindaro. HEX triplet: E1, F9 and 6C. RGB value is (225,249,108). Sum of RGB (Red+Green+Blue) = 225+249+108=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 108 (42.58% from 255 or 18.56% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F96C is #1E0693. Grayscale: #E2E2E2. Windows color (decimal): -1967764 or 7141857. OLE color: 7141857.

HSL color Cylindrical-coordinate representation of color #E1F96C: hue angle of 70.21º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1F96C is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB225249108-
CMYK0.1000.570.02
HSL70.21º92.16%70%-
HSV(B)70.21º56.63%97.65%-
XYZ67.6384.8427-
YUV225.7561.55127.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 249 (97.66% from 255) = 42.78%
BLUE value IS 108 (42.58% from 255) = 18.56%
R=38.66%
G=42.78%
B=18.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252491080.1000.570.0270.2192.1670
HexE1F96CA0392465c46
Octal341371154120712106134106
Binary111000011111100111011001010011100110100011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F96C; }

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

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

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

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

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

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

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

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