Html Css Color HEX #EDFBA7 Australian Mint

📋 copy color: '#EDFBA7'

red 237 ◦ green 251 ◦ blue 167

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

Shades of Australian Mint #EDFBA7

Tints of Australian Mint #EDFBA7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.32%

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

R = 36.18%
G = 38.32%
B = 25.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#EDFBA7 (or 0xEDFBA7) is known color: Australian Mint. HEX triplet: ED, FB and A7. RGB value is (237,251,167). Sum of RGB (Red+Green+Blue) = 237+251+167=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 167 (65.62% from 255 or 25.50% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBA7 is #120458. Grayscale: #EDEDED. Windows color (decimal): -1180761 or 11009005. OLE color: 11009005.

HSL color Cylindrical-coordinate representation of color #EDFBA7: hue angle of 70º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDFBA7 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 167 -
CMYK 0.06 0 0.33 0.02
HSL 70º 0.91% 0.82% -
HSV(B) 70º 0.33% 0.98% -
XYZ 76.4 89.79 49.86 -
YUV 237.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 237 251 167 0.06 0 0.33 0.02 70 0.91 0.82
Hex ED FB A7 6 0 21 2 46 5B 52
Octal 355 373 247 6 0 41 2 106 133 122
Binary 11101101 11111011 10100111 110 0 100001 10 1000110 1011011 1010010

Color Harmonies of #EDFBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBA7

Black with #EDFBA7

Text Example


Text Example

White with #EDFBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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