Html Css Color HEX #EDF5AF Australian Mint

📋 copy color: '#EDF5AF'

red 237 ◦ green 245 ◦ blue 175

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

Shades of Australian Mint #EDF5AF

Tints of Australian Mint #EDF5AF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.29%

 BLUE value IS 175 (68.75% from 255) = 26.64%

R = 36.07%
G = 37.29%
B = 26.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#EDF5AF (or 0xEDF5AF) is known color: Australian Mint. HEX triplet: ED, F5 and AF. RGB value is (237,245,175). Sum of RGB (Red+Green+Blue) = 237+245+175=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 175 (68.75% from 255 or 26.64% from 657); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF5AF is #120A50. Grayscale: #EAEAEA. Windows color (decimal): -1182289 or 11531757. OLE color: 11531757.

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

Color convert

RGB 237 245 175 -
CMYK 0.03 0 0.29 0.04
HSL 66.86º 0.78% 0.82% -
HSV(B) 66.86º 0.29% 0.96% -
XYZ 75.32 86.4 53.27 -
YUV 234.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 237 245 175 0.03 0 0.29 0.04 66.86 0.78 0.82
Hex ED F5 AF 3 0 1D 4 43 4E 52
Octal 355 365 257 3 0 35 4 103 116 122
Binary 11101101 11110101 10101111 11 0 11101 100 1000011 1001110 1010010

Color Harmonies of #EDF5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5AF

Black with #EDF5AF

Text Example


Text Example

White with #EDF5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5AF; }

 p { color: rgb(237,245,175); }

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

background-color css

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

 a { background-color: rgb(237,245,175); }

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

border-color css

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

 span { border-color: rgb(237,245,175); }

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