Html Css Color HEX #EDFDA7 Australian Mint

📋 copy color: '#EDFDA7'

red 237 ◦ green 253 ◦ blue 167

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

Shades of Australian Mint #EDFDA7

Tints of Australian Mint #EDFDA7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.51%

 BLUE value IS 167 (65.63% from 255) = 25.42%

R = 36.07%
G = 38.51%
B = 25.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#EDFDA7 (or 0xEDFDA7) is known color: Australian Mint. HEX triplet: ED, FD and A7. RGB value is (237,253,167). Sum of RGB (Red+Green+Blue) = 237+253+167=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 167 (65.62% from 255 or 25.42% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFDA7 is #120258. Grayscale: #EEEEEE. Windows color (decimal): -1180249 or 11009517. OLE color: 11009517.

HSL color Cylindrical-coordinate representation of color #EDFDA7: hue angle of 71.16º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDFDA7 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 167 -
CMYK 0.06 0 0.34 0.01
HSL 71.16º 0.96% 0.82% -
HSV(B) 71.16º 0.34% 0.99% -
XYZ 77.03 91.05 50.07 -
YUV 238.41 87.7 126.99 -
System Red Green Blue C M Y K H S L
Decimal 237 253 167 0.06 0 0.34 0.01 71.16 0.96 0.82
Hex ED FD A7 6 0 22 1 47 60 52
Octal 355 375 247 6 0 42 1 107 140 122
Binary 11101101 11111101 10100111 110 0 100010 1 1000111 1100000 1010010

Color Harmonies of #EDFDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDA7

Black with #EDFDA7

Text Example


Text Example

White with #EDFDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDA7; }

 p { color: rgb(237,253,167); }

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

background-color css

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

 a { background-color: rgb(237,253,167); }

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

border-color css

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

 span { border-color: rgb(237,253,167); }

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