Html Css Color HEX #EDF4B1 Australian Mint

📋 copy color: '#EDF4B1'

red 237 ◦ green 244 ◦ blue 177

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

Shades of Australian Mint #EDF4B1

Tints of Australian Mint #EDF4B1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.08%

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

R = 36.02%
G = 37.08%
B = 26.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#EDF4B1 (or 0xEDF4B1) is known color: Australian Mint. HEX triplet: ED, F4 and B1. RGB value is (237,244,177). Sum of RGB (Red+Green+Blue) = 237+244+177=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 177 (69.53% from 255 or 26.90% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF4B1 is #120B4E. Grayscale: #EAEAEA. Windows color (decimal): -1182543 or 11662573. OLE color: 11662573.

HSL color Cylindrical-coordinate representation of color #EDF4B1: hue angle of 66.27º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDF4B1 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 177 -
CMYK 0.03 0 0.27 0.04
HSL 66.27º 0.75% 0.83% -
HSV(B) 66.27º 0.27% 0.96% -
XYZ 75.21 85.88 54.21 -
YUV 234.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 237 244 177 0.03 0 0.27 0.04 66.27 0.75 0.83
Hex ED F4 B1 3 0 1B 4 42 4B 53
Octal 355 364 261 3 0 33 4 102 113 123
Binary 11101101 11110100 10110001 11 0 11011 100 1000010 1001011 1010011

Color Harmonies of #EDF4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4B1

Black with #EDF4B1

Text Example


Text Example

White with #EDF4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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