#E1F972

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

Shades of Mindaro #E1F972

Tints of Mindaro #E1F972

Color information

#E1F972 (or 0xE1F972) is unknown color: approx Mindaro. HEX triplet: E1, F9 and 72. RGB value is (225,249,114). Sum of RGB (Red+Green+Blue) = 225+249+114=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 114 (44.92% from 255 or 19.39% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E1F972 is #1E068D. Grayscale: #E2E2E2. Windows color (decimal): -1967758 or 7535073. OLE color: 7535073.

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

Color convert

RGB225249114-
CMYK0.1000.540.02
HSL70.67º91.84%71.18%-
HSV(B)70.67º54.22%97.65%-
XYZ67.9684.9728.74-
YUV226.4364.55126.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 114 (44.92% from 255) = 19.39%
R=38.27%
G=42.35%
B=19.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252491140.1000.540.0270.6791.8471.18
HexE1F972A0362475c47
Octal341371162120662107134107
Binary111000011111100111100101010011011010100011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F972; }

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

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

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

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

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

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

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

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