#E2F17D

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

Shades of Mindaro #E2F17D

Tints of Mindaro #E2F17D

Color information

#E2F17D (or 0xE2F17D) is unknown color: approx Mindaro. HEX triplet: E2, F1 and 7D. RGB value is (226,241,125). Sum of RGB (Red+Green+Blue) = 226+241+125=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F17D is #1D0E82. Grayscale: #DFDFDF. Windows color (decimal): -1904259 or 8253922. OLE color: 8253922.

HSL color Cylindrical-coordinate representation of color #E2F17D: hue angle of 67.76º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2F17D is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB226241125-
CMYK0.0600.480.05
HSL67.76º80.56%71.76%-
HSV(B)67.76º48.13%94.51%-
XYZ66.5280.5631.45-
YUV223.2972.53129.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 241 (94.53% from 255) = 40.71%
BLUE value IS 125 (49.22% from 255) = 21.11%
R=38.18%
G=40.71%
B=21.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262411250.0600.480.0567.7680.5671.76
HexE2F17D60305445148
Octal34236117560605104121110
Binary111000101111000111111011100110000101100010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F17D; }

 p { color: rgb(226,241,125); }

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

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

 a { background-color: rgb(226,241,125); }

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

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

 span { border-color: rgb(226,241,125); }

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