Html Css Color HEX #E2F1B4 Australian Mint

📋 copy color: '#E2F1B4'

red 226 ◦ green 241 ◦ blue 180

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

Shades of Australian Mint #E2F1B4

Tints of Australian Mint #E2F1B4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.25%

 BLUE value IS 180 (70.7% from 255) = 27.82%

R = 34.93%
G = 37.25%
B = 27.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#E2F1B4 (or 0xE2F1B4) is known color: Australian Mint. HEX triplet: E2, F1 and B4. RGB value is (226,241,180). Sum of RGB (Red+Green+Blue) = 226+241+180=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 180 (70.70% from 255 or 27.82% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F1B4 is #1D0E4B. Grayscale: #E5E5E5. Windows color (decimal): -1904204 or 11858402. OLE color: 11858402.

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

Color convert

RGB 226 241 180 -
CMYK 0.06 0 0.25 0.05
HSL 74.75º 0.69% 0.83% -
HSV(B) 74.75º 0.25% 0.95% -
XYZ 71.06 82.37 55.33 -
YUV 229.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 226 241 180 0.06 0 0.25 0.05 74.75 0.69 0.83
Hex E2 F1 B4 6 0 19 5 4B 45 53
Octal 342 361 264 6 0 31 5 113 105 123
Binary 11100010 11110001 10110100 110 0 11001 101 1001011 1000101 1010011

Color Harmonies of #E2F1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F1B4

Black with #E2F1B4

Text Example


Text Example

White with #E2F1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F1B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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