Html Css Color HEX #EDFBA3 Australian Mint

📋 copy color: '#EDFBA3'

red 237 ◦ green 251 ◦ blue 163

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

Shades of Australian Mint #EDFBA3

Tints of Australian Mint #EDFBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 25.04%

R = 36.41%
G = 38.56%
B = 25.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#EDFBA3 (or 0xEDFBA3) is known color: Australian Mint. HEX triplet: ED, FB and A3. RGB value is (237,251,163). Sum of RGB (Red+Green+Blue) = 237+251+163=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 163 (64.06% from 255 or 25.04% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBA3 is #12045C. Grayscale: #EDEDED. Windows color (decimal): -1180765 or 10746861. OLE color: 10746861.

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

Color convert

RGB 237 251 163 -
CMYK 0.06 0 0.35 0.02
HSL 69.55º 0.92% 0.81% -
HSV(B) 69.55º 0.35% 0.98% -
XYZ 76.03 89.64 47.95 -
YUV 236.78 86.36 128.16 -
System Red Green Blue C M Y K H S L
Decimal 237 251 163 0.06 0 0.35 0.02 69.55 0.92 0.81
Hex ED FB A3 6 0 23 2 46 5C 51
Octal 355 373 243 6 0 43 2 106 134 121
Binary 11101101 11111011 10100011 110 0 100011 10 1000110 1011100 1010001

Color Harmonies of #EDFBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBA3

Black with #EDFBA3

Text Example


Text Example

White with #EDFBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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