#E2FE73

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

Shades of Mindaro #E2FE73

Tints of Mindaro #E2FE73

Color information

#E2FE73 (or 0xE2FE73) is unknown color: approx Mindaro. HEX triplet: E2, FE and 73. RGB value is (226,254,115). Sum of RGB (Red+Green+Blue) = 226+254+115=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 115 (45.31% from 255 or 19.33% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FE73 is #1D018C. Grayscale: #E6E6E6. Windows color (decimal): -1900941 or 7601890. OLE color: 7601890.

HSL color Cylindrical-coordinate representation of color #E2FE73: hue angle of 72.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2FE73 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB226254115-
CMYK0.1100.550.00
HSL72.09º98.58%72.35%-
HSV(B)72.09º54.72%99.61%-
XYZ69.988.2929.58-
YUV229.7863.22125.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 115 (45.31% from 255) = 19.33%
R=37.98%
G=42.69%
B=19.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262541150.1100.550.0072.0998.5872.35
HexE2FE73B0370486348
Octal342376163130670110143110
Binary11100010111111101110011101101101110100100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FE73; }

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

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

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

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

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

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

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

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