#E2FB73

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

Shades of Mindaro #E2FB73

Tints of Mindaro #E2FB73

Color information

#E2FB73 (or 0xE2FB73) is unknown color: approx Mindaro. HEX triplet: E2, FB and 73. RGB value is (226,251,115). Sum of RGB (Red+Green+Blue) = 226+251+115=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 115 (45.31% from 255 or 19.43% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FB73 is #1D048C. Grayscale: #E4E4E4. Windows color (decimal): -1901709 or 7601122. OLE color: 7601122.

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

Color convert

RGB226251115-
CMYK0.1000.540.02
HSL71.03º94.44%71.76%-
HSV(B)71.03º54.18%98.43%-
XYZ68.9686.429.26-
YUV228.0264.22126.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 251 (98.44% from 255) = 42.40%
BLUE value IS 115 (45.31% from 255) = 19.43%
R=38.18%
G=42.40%
B=19.43%

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
Decimal2262511150.1000.540.0271.0394.4471.76
HexE2FB73A0362475e48
Octal342373163120662107136110
Binary111000101111101111100111010011011010100011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FB73; }

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

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

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

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

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

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

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

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