Html Css Color HEX #EDF9B1 Australian Mint

📋 copy color: '#EDF9B1'

red 237 ◦ green 249 ◦ blue 177

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

Shades of Australian Mint #EDF9B1

Tints of Australian Mint #EDF9B1

RGB

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

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

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

R = 35.75%
G = 37.56%
B = 26.7%

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

#EDF9B1 (or 0xEDF9B1) is known color: Australian Mint. HEX triplet: ED, F9 and B1. RGB value is (237,249,177). Sum of RGB (Red+Green+Blue) = 237+249+177=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 177 (69.53% from 255 or 26.70% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF9B1 is #12064E. Grayscale: #EDEDED. Windows color (decimal): -1181263 or 11663853. OLE color: 11663853.

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

Color convert

RGB 237 249 177 -
CMYK 0.05 0 0.29 0.02
HSL 70º 0.86% 0.84% -
HSV(B) 70º 0.29% 0.98% -
XYZ 76.74 88.93 54.72 -
YUV 237.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 237 249 177 0.05 0 0.29 0.02 70 0.86 0.84
Hex ED F9 B1 5 0 1D 2 46 56 54
Octal 355 371 261 5 0 35 2 106 126 124
Binary 11101101 11111001 10110001 101 0 11101 10 1000110 1010110 1010100

Color Harmonies of #EDF9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9B1

Black with #EDF9B1

Text Example


Text Example

White with #EDF9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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