Html Css Color HEX #EDF9B3 Australian Mint

📋 copy color: '#EDF9B3'

red 237 ◦ green 249 ◦ blue 179

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

Shades of Australian Mint #EDF9B3

Tints of Australian Mint #EDF9B3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.44%

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

R = 35.64%
G = 37.44%
B = 26.92%

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

#EDF9B3 (or 0xEDF9B3) is known color: Australian Mint. HEX triplet: ED, F9 and B3. RGB value is (237,249,179). Sum of RGB (Red+Green+Blue) = 237+249+179=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 179 (70.31% from 255 or 26.92% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9B3 is #12064C. Grayscale: #EDEDED. Windows color (decimal): -1181261 or 11794925. OLE color: 11794925.

HSL color Cylindrical-coordinate representation of color #EDF9B3: hue angle of 70.29º degrees, saturation: 0.85, 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 #EDF9B3 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 179 -
CMYK 0.05 0 0.28 0.02
HSL 70.29º 0.85% 0.84% -
HSV(B) 70.29º 0.28% 0.98% -
XYZ 76.94 89.01 55.77 -
YUV 237.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 237 249 179 0.05 0 0.28 0.02 70.29 0.85 0.84
Hex ED F9 B3 5 0 1C 2 46 55 54
Octal 355 371 263 5 0 34 2 106 125 124
Binary 11101101 11111001 10110011 101 0 11100 10 1000110 1010101 1010100

Color Harmonies of #EDF9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9B3

Black with #EDF9B3

Text Example


Text Example

White with #EDF9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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