Html Css Color HEX #EDF4B2 Australian Mint

📋 copy color: '#EDF4B2'

red 237 ◦ green 244 ◦ blue 178

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

Shades of Australian Mint #EDF4B2

Tints of Australian Mint #EDF4B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.01%

R = 35.96%
G = 37.03%
B = 27.01%

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

#EDF4B2 (or 0xEDF4B2) is known color: Australian Mint. HEX triplet: ED, F4 and B2. RGB value is (237,244,178). Sum of RGB (Red+Green+Blue) = 237+244+178=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 178 (69.92% from 255 or 27.01% from 659); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF4B2 is #120B4D. Grayscale: #EAEAEA. Windows color (decimal): -1182542 or 11728109. OLE color: 11728109.

HSL color Cylindrical-coordinate representation of color #EDF4B2: hue angle of 66.36º 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 #EDF4B2 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 178 -
CMYK 0.03 0 0.27 0.04
HSL 66.36º 0.75% 0.83% -
HSV(B) 66.36º 0.27% 0.96% -
XYZ 75.31 85.92 54.73 -
YUV 234.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 237 244 178 0.03 0 0.27 0.04 66.36 0.75 0.83
Hex ED F4 B2 3 0 1B 4 42 4B 53
Octal 355 364 262 3 0 33 4 102 113 123
Binary 11101101 11110100 10110010 11 0 11011 100 1000010 1001011 1010011

Color Harmonies of #EDF4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4B2

Black with #EDF4B2

Text Example


Text Example

White with #EDF4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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