Html Css Color HEX #EDFAB3 Australian Mint

📋 copy color: '#EDFAB3'

red 237 ◦ green 250 ◦ blue 179

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

Shades of Australian Mint #EDFAB3

Tints of Australian Mint #EDFAB3

RGB

 RED value IS 237 (92.97% from 255) = 35.59%

 GREEN value IS 250 (98.05% from 255) = 37.54%

 BLUE value IS 179 (70.31% from 255) = 26.88%

R = 35.59%
G = 37.54%
B = 26.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#EDFAB3 (or 0xEDFAB3) is known color: Australian Mint. HEX triplet: ED, FA and B3. RGB value is (237,250,179). Sum of RGB (Red+Green+Blue) = 237+250+179=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 179 (70.31% from 255 or 26.88% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAB3 is #12054C. Grayscale: #EEEEEE. Windows color (decimal): -1181005 or 11795181. OLE color: 11795181.

HSL color Cylindrical-coordinate representation of color #EDFAB3: hue angle of 70.99º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDFAB3 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 179 -
CMYK 0.05 0 0.28 0.02
HSL 70.99º 0.88% 0.84% -
HSV(B) 70.99º 0.28% 0.98% -
XYZ 77.25 89.63 55.88 -
YUV 238.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 237 250 179 0.05 0 0.28 0.02 70.99 0.88 0.84
Hex ED FA B3 5 0 1C 2 47 58 54
Octal 355 372 263 5 0 34 2 107 130 124
Binary 11101101 11111010 10110011 101 0 11100 10 1000111 1011000 1010100

Color Harmonies of #EDFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAB3

Black with #EDFAB3

Text Example


Text Example

White with #EDFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAB3; }

 p { color: rgb(237,250,179); }

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

background-color css

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

 a { background-color: rgb(237,250,179); }

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

border-color css

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

 span { border-color: rgb(237,250,179); }

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