Html Css Color HEX #E2FDAF Australian Mint

📋 copy color: '#E2FDAF'

red 226 ◦ green 253 ◦ blue 175

#E2FDAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #E2FDAF

Tints of Australian Mint #E2FDAF

RGB

 RED value IS 226 (88.67% from 255) = 34.56%

 GREEN value IS 253 (99.22% from 255) = 38.69%

 BLUE value IS 175 (68.75% from 255) = 26.76%

R = 34.56%
G = 38.69%
B = 26.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#E2FDAF (or 0xE2FDAF) is known color: Australian Mint. HEX triplet: E2, FD and AF. RGB value is (226,253,175). Sum of RGB (Red+Green+Blue) = 226+253+175=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 175 (68.75% from 255 or 26.76% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FDAF is #1D0250. Grayscale: #ECECEC. Windows color (decimal): -1901137 or 11533794. OLE color: 11533794.

HSL color Cylindrical-coordinate representation of color #E2FDAF: hue angle of 80.77º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2FDAF is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 253 175 -
CMYK 0.11 0 0.31 0.01
HSL 80.77º 0.95% 0.84% -
HSV(B) 80.77º 0.31% 0.99% -
XYZ 74.23 89.51 53.92 -
YUV 236.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 226 253 175 0.11 0 0.31 0.01 80.77 0.95 0.84
Hex E2 FD AF B 0 1F 1 51 5F 54
Octal 342 375 257 13 0 37 1 121 137 124
Binary 11100010 11111101 10101111 1011 0 11111 1 1010001 1011111 1010100

Color Harmonies of #E2FDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FDAF

Black with #E2FDAF

Text Example


Text Example

White with #E2FDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FDAF; }

 p { color: rgb(226,253,175); }

 H1.HeaderClassName
 {
   color: #E2FDAF;
 }
 .AnyTagClassName
 {
   color: #E2FDAF;
 }
</style>

background-color css

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

 a { background-color: rgb(226,253,175); }

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

border-color css

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

 span { border-color: rgb(226,253,175); }

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