Html Css Color HEX #EDFAB1 Australian Mint

📋 copy color: '#EDFAB1'

red 237 ◦ green 250 ◦ blue 177

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

Shades of Australian Mint #EDFAB1

Tints of Australian Mint #EDFAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 26.66%

R = 35.69%
G = 37.65%
B = 26.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#EDFAB1 (or 0xEDFAB1) is known color: Australian Mint. HEX triplet: ED, FA and B1. RGB value is (237,250,177). Sum of RGB (Red+Green+Blue) = 237+250+177=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 177 (69.53% from 255 or 26.66% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAB1 is #12054E. Grayscale: #EEEEEE. Windows color (decimal): -1181007 or 11664109. OLE color: 11664109.

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

Color convert

RGB 237 250 177 -
CMYK 0.05 0 0.29 0.02
HSL 70.68º 0.88% 0.84% -
HSV(B) 70.68º 0.29% 0.98% -
XYZ 77.05 89.55 54.82 -
YUV 237.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 237 250 177 0.05 0 0.29 0.02 70.68 0.88 0.84
Hex ED FA B1 5 0 1D 2 47 58 54
Octal 355 372 261 5 0 35 2 107 130 124
Binary 11101101 11111010 10110001 101 0 11101 10 1000111 1011000 1010100

Color Harmonies of #EDFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAB1

Black with #EDFAB1

Text Example


Text Example

White with #EDFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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