#E1F96E

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

Shades of Mindaro #E1F96E

Tints of Mindaro #E1F96E

Color information

#E1F96E (or 0xE1F96E) is unknown color: approx Mindaro. HEX triplet: E1, F9 and 6E. RGB value is (225,249,110). Sum of RGB (Red+Green+Blue) = 225+249+110=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 110 (43.36% from 255 or 18.84% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F96E is #1E0691. Grayscale: #E2E2E2. Windows color (decimal): -1967762 or 7272929. OLE color: 7272929.

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

Color convert

RGB225249110-
CMYK0.1000.560.02
HSL70.36º92.05%70.39%-
HSV(B)70.36º55.82%97.65%-
XYZ67.7484.8827.57-
YUV225.9862.55127.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 249 (97.66% from 255) = 42.64%
BLUE value IS 110 (43.36% from 255) = 18.84%
R=38.53%
G=42.64%
B=18.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252491100.1000.560.0270.3692.0570.39
HexE1F96EA0382465c46
Octal341371156120702106134106
Binary111000011111100111011101010011100010100011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F96E; }

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

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

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

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

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

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

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

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