#E2FCB1

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

Shades of Australian Mint #E2FCB1

Tints of Australian Mint #E2FCB1

Color information

#E2FCB1 (or 0xE2FCB1) is unknown color: approx Australian Mint. HEX triplet: E2, FC and B1. RGB value is (226,252,177). Sum of RGB (Red+Green+Blue) = 226+252+177=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 177 (69.53% from 255 or 27.02% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FCB1 is #1D034E. Grayscale: #EBEBEB. Windows color (decimal): -1901391 or 11664610. OLE color: 11664610.

HSL color Cylindrical-coordinate representation of color #E2FCB1: hue angle of 80.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2FCB1 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB226252177-
CMYK0.1000.300.01
HSL80.8º92.59%84.12%-
HSV(B)80.8º29.76%98.82%-
XYZ74.1188.9654.86-
YUV235.6894.89121.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.50%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 177 (69.53% from 255) = 27.02%
R=34.50%
G=38.47%
B=27.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262521770.1000.300.0180.892.5984.12
HexE2FCB1A01E1515d54
Octal342374261120361121135124
Binary11100010111111001011000110100111101101000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FCB1; }

 p { color: rgb(226,252,177); }

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

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

 a { background-color: rgb(226,252,177); }

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

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

 span { border-color: rgb(226,252,177); }

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