#E2F173

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

Shades of Mindaro #E2F173

Tints of Mindaro #E2F173

Color information

#E2F173 (or 0xE2F173) is unknown color: approx Mindaro. HEX triplet: E2, F1 and 73. RGB value is (226,241,115). Sum of RGB (Red+Green+Blue) = 226+241+115=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 115 (45.31% from 255 or 19.76% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F173 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F173 is #1D0E8C. Grayscale: #DEDEDE. Windows color (decimal): -1904269 or 7598562. OLE color: 7598562.

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

Color convert

RGB226241115-
CMYK0.0600.520.05
HSL67.14º81.82%69.8%-
HSV(B)67.14º52.28%94.51%-
XYZ65.9180.3228.25-
YUV222.1567.53130.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.83%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 115 (45.31% from 255) = 19.76%
R=38.83%
G=41.41%
B=19.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262411150.0600.520.0567.1481.8269.8
HexE2F17360345435246
Octal34236116360645103122106
Binary111000101111000111100111100110100101100001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F173; }

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

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

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

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

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

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

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

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